Fix var not defined

This commit is contained in:
Laurent Destailleur 2020-11-26 12:07:01 +01:00
parent e1a6e8f2fc
commit 5d0a54c0de
2 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,6 @@ class pdf_eratosthene extends ModelePDFCommandes
}
$nexY = max($pdf->GetY(), $posYAfterImage);

View File

@ -400,6 +400,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
$pageposbefore = $pdf->getPage();
$showpricebeforepagebreak = 1;
$posYAfterImage = 0;
// Description of product line
$curX = $this->posxdesc - 1;