Merge branch 'fixes/fix-var-dump-on-facture-group' into staging
This commit is contained in:
commit
b85d60224b
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user