Merge branch 'production-hfc' into staging-HFC
This commit is contained in:
commit
21f868f7d3
@ -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');
|
||||
|
||||
|
||||
@ -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');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user