From 0e4a019145a619ac4ecff6b544189a3ad09b8b90 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Tue, 20 May 2025 10:21:10 +0300 Subject: [PATCH] siret --- .../Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index a06b5bb..0793e4a 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -240,7 +240,6 @@ class InvoiceGroupPdfHandler extends FPDF { $this->Cell(0, $this->interLigneHeader, trim(FileExportHelpers::FormatTextForExport($this->factureData['client_adress_city']))); if($this->factureData['siret']){ - $clientInfoYAxis += $this->interLigneHeader +1 ; $this->SetXY($clientInfoXAxis,$clientInfoYAxis); $this->Cell(0, $this->interLigneHeader, 'Siret: ' . $this->factureData['siret']); }