From 4ae62e37a360ad76e066a0c389b0ea5d73f683f5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 May 2026 00:58:43 -0400 Subject: [PATCH] test new server --- app/Controllers/View/CertificateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/View/CertificateController.php b/app/Controllers/View/CertificateController.php index 2c56125..08737b3 100644 --- a/app/Controllers/View/CertificateController.php +++ b/app/Controllers/View/CertificateController.php @@ -388,7 +388,7 @@ class CertificateController extends BaseController if ($certNumber !== '') { $pdf->SetFont('helvetica', '', 8); $pdf->SetTextColor(150, 150, 150); - $pdf->SetXY(70.87, $H - 39.68); + $pdf->SetXY(70.86, $H - 39.68); $pdf->Cell(200, 12, 'Certificate No. ' . $certNumber, 0, 0, 'L'); $pdf->SetTextColor(0, 0, 0); }