From f46dcf75da2775f7676cede50e8d0feaa5376282 Mon Sep 17 00:00:00 2001 From: narindraezway Date: Wed, 9 Jul 2025 13:28:58 +0300 Subject: [PATCH] add plus espcae for description in pdf --- .../Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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];