Edit _bulk_print_badges.php via Editor
This commit is contained in:
parent
a9ab6bd592
commit
fb86b47003
@ -62,9 +62,9 @@ class PDF extends tFPDF
|
|||||||
$this->SetFont('DejaVu', '', 6);
|
$this->SetFont('DejaVu', '', 6);
|
||||||
$this->Cell(0, 3, $person['industry'] ?? 'N/A', 0, 1, 'C');
|
$this->Cell(0, 3, $person['industry'] ?? 'N/A', 0, 1, 'C');
|
||||||
|
|
||||||
$this->SetXY(2,10);
|
$this->SetXY(2.5,12);
|
||||||
$this->SetFont('DejaVu', '', 6);
|
$this->SetFont('DejaVu', '', 6);
|
||||||
$this->Cell(30, 3, $person['bni_group_name'] ?? 'GOŚĆ', 1, 0, 'C');
|
$this->Cell(20, 3, $person['bni_group_name'] ?? 'GOŚĆ', 1, 0, 'C');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user