code swift for h2f
This commit is contained in:
parent
23dac3fac8
commit
1bd8fadb85
@ -192,7 +192,7 @@ class DevisPdfHandler extends FPDF {
|
||||
$ibanCursorY = $this->GetY();
|
||||
$this->Cell($ibanWidth, 7, 'IBAN : FR76 3000 3030 7700 0200 2057 074', 1, 1, 'C');
|
||||
$ibanCursorX = $this->GetX();
|
||||
$this->Cell($ibanWidth, 7, 'Code SWIFT : AGRI FR PP 836', 1, 1, 'C');
|
||||
$this->Cell($ibanWidth, 7, 'Code SWIFT : SOGEFRPP', 1, 1, 'C');
|
||||
|
||||
//TABLE HT
|
||||
$ibanLastPositionX = $ibanCursorX+$ibanWidth + 20;
|
||||
|
||||
@ -232,7 +232,7 @@ class InvoicePdfHandler extends FPDF {
|
||||
$ibanCursorY = $this->GetY();
|
||||
$this->Cell($ibanWidth, 7, 'IBAN : FR76 3000 3030 7700 0200 2057 074', 1, 1, 'C');
|
||||
$ibanCursorX = $this->GetX();
|
||||
$this->Cell($ibanWidth, 7, 'Code SWIFT : AGRI FR PP 836', 1, 1, 'C');
|
||||
$this->Cell($ibanWidth, 7, 'Code SWIFT : SOGEFRPP', 1, 1, 'C');
|
||||
|
||||
//TABLE HT
|
||||
$ibanLastPositionX = $ibanCursorX+$ibanWidth + 20;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user