From a9ab6bd5924dcffb6f5e0972391ba2c653426100 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 12 Jan 2026 08:59:09 +0000 Subject: [PATCH] Edit _bulk_print_badges.php via Editor --- _bulk_print_badges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_bulk_print_badges.php b/_bulk_print_badges.php index 4cb8357..397508d 100644 --- a/_bulk_print_badges.php +++ b/_bulk_print_badges.php @@ -62,7 +62,7 @@ class PDF extends tFPDF $this->SetFont('DejaVu', '', 6); $this->Cell(0, 3, $person['industry'] ?? 'N/A', 0, 1, 'C'); - $this->SetXY(5,15); + $this->SetXY(2,10); $this->SetFont('DejaVu', '', 6); $this->Cell(30, 3, $person['bni_group_name'] ?? 'GOŚĆ', 1, 0, 'C'); }