diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index c71618c..ea91098 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -334,7 +334,8 @@ class InvoiceGroupPdfHandler extends FPDF $totalTtc = 0; $totalTva = 0; $yValue = $this->startingYOfArticlesTable + 13; - $maxDescriptionWidth = 102; + // $maxDescriptionWidth = 102; + $maxDescriptionWidth = 104.3; $currentIndexPosition = $this->currentIndexPosition; for ($currentIndexPosition; $currentIndexPosition < ($this->initialIndexPosition + $this->devisCountToGet); $currentIndexPosition++) { $currentDevis = $devisData[$currentIndexPosition];