From af13ceb317594563e0511470a58b9b0119b21e5f Mon Sep 17 00:00:00 2001 From: narindraezway Date: Fri, 18 Jul 2025 17:33:29 +0300 Subject: [PATCH] update IBAN number in invoice PDF --- .../Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index 6a34469..b521d20 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -416,7 +416,7 @@ class InvoiceGroupPdfHandler extends FPDF $this->SetX($startOftable); $this->SetFont('ComicSans', '', 8); $ibanWidth = 62; - $this->Cell($ibanWidth, 6.5, 'IBAN : FR76 1360 6000 1436 5418 1800 038', 1, 1, 'C'); + $this->Cell($ibanWidth, 6.5, 'IBAN : FR76 1080 7004 4952 4211 5185 411', 1, 1, 'C'); $ibanCursorX = $this->GetX(); $this->SetX($startOftable);