code swift for h2f

This commit is contained in:
Tiavina 2025-01-21 08:49:25 +03:00
parent 23dac3fac8
commit 1bd8fadb85
2 changed files with 2 additions and 2 deletions

View File

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

View File

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