Merge branch 'production-hfc' into staging-HFC

This commit is contained in:
narindraezway 2025-07-18 17:50:10 +03:00
commit 21f868f7d3
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ class DevisPdfHandler extends FPDF
$this->SetFont('ComicSans', '', 11);
$ibanWidth = 90;
$ibanCursorY = $this->GetY();
$this->Cell($ibanWidth, 7, 'IBAN : FR76 1360 6000 1436 5418 1800 038', 1, 1, 'C');
$this->Cell($ibanWidth, 7, 'IBAN : FR76 1080 7004 4952 4211 5185 411', 1, 1, 'C');
$ibanCursorX = $this->GetX();
$this->Cell($ibanWidth, 7, 'Code SWIFT : AGRI FR PP 836', 1, 1, 'C');

View File

@ -369,7 +369,7 @@ class InvoicePdfHandler extends FPDF
// Table IBAN
$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');
$this->SetX($startOftable);
$this->Cell($ibanWidth, 6.5, 'Code SWIFT : AGRI FR PP 836', 1, 1, 'C');