From 1bd8fadb85f9be63e2a4b25a0a4c53f1961f9c2d Mon Sep 17 00:00:00 2001 From: Tiavina Date: Tue, 21 Jan 2025 08:49:25 +0300 Subject: [PATCH] code swift for h2f --- gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php | 2 +- gestion/lib/Service/InvoicePdfHandler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;