diff --git a/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php b/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php index 1dbd5d2..497919f 100644 --- a/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php +++ b/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php @@ -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; diff --git a/gestion/lib/Service/InvoicePdfHandler.php b/gestion/lib/Service/InvoicePdfHandler.php index d4ed384..9f33c9d 100644 --- a/gestion/lib/Service/InvoicePdfHandler.php +++ b/gestion/lib/Service/InvoicePdfHandler.php @@ -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;