From 119ba6a44c98f3f88711ea6a4b83d00b5b334eff Mon Sep 17 00:00:00 2001 From: Tiavina Date: Mon, 3 Mar 2025 12:27:50 +0300 Subject: [PATCH] remove var_dump --- .../Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index d3a42d7..fe389f8 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -239,9 +239,6 @@ class InvoiceGroupPdfHandler extends FPDF { $productDescription .= " de " . $currentDevis["defunt_nom"] ?? ""; } $productDescriptionWidth = $this->GetStringWidth($productDescription); - if($currentDevis["defunt_nom"] == "LANGLEMENT Catherine"){ - var_dump($productDescriptionWidth); - } $productDescriptionIsMultiline = $productDescriptionWidth > $maxDescriptionWidth; $tvaAmount = $valueTtc - $valueHt; $this->SetXY( 8,$yValue );