From d20949e57d9eabc38820ef61d484a5662143ab21 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Mon, 7 Apr 2025 17:28:17 +0300 Subject: [PATCH] available client info width --- .../Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index 746b8d7..10d7113 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -164,7 +164,7 @@ class InvoiceGroupPdfHandler extends FPDF { $clientAddress = $this->factureData['client_real_adress']; $maxWidth = $this->GetPageWidth(); - $availableWidhtForClientInfo = $maxWidth - 20 - $clientInfoXAxis; + $availableWidhtForClientInfo = $maxWidth - 10 - $clientInfoXAxis; $clientInfoYAxis = 40; $this->SetXY($clientInfoXAxis,$clientInfoYAxis);