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);