From 6b5f0ad32e2a023659154a7d3c2741943d9ef53d Mon Sep 17 00:00:00 2001 From: narindraezway Date: Thu, 5 Jun 2025 10:57:41 +0300 Subject: [PATCH] remove text orthogrph --- gestion/lib/Service/InvoicePdfHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Service/InvoicePdfHandler.php b/gestion/lib/Service/InvoicePdfHandler.php index 1a274b9..9609380 100644 --- a/gestion/lib/Service/InvoicePdfHandler.php +++ b/gestion/lib/Service/InvoicePdfHandler.php @@ -204,7 +204,7 @@ class InvoicePdfHandler extends FPDF $this->Cell(0, $this->interLigneHeader, trim(FileExportHelpers::FormatTextForExport($this->factureData['client_adress_city']))); $clientInfoYAxis += $this->interLigneHeader; $this->SetXY($clientInfoXAxis, $clientInfoYAxis); - $this->Cell(0, $this->interLigneHeader,'Siret6: ' . $this->factureData['siret']); + $this->Cell(0, $this->interLigneHeader,'Siret: ' . $this->factureData['siret']); $clientInfoYAxis += $this->interLigneHeader; $this->SetXY($clientInfoXAxis, $clientInfoYAxis); $this->Cell(0, $this->interLigneHeader, FileExportHelpers::FormatTextForExport('Mail : ') . $this->factureData['client_mail']);