update IBAN number in invoice PDF

This commit is contained in:
narindraezway 2025-07-18 17:33:29 +03:00
parent 4c2412d5be
commit af13ceb317

View File

@ -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);