@@ -252,7 +252,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
$pdf->SetTextColor(0,0,0);
$pdf->setTopMargin($tab_top_newpage);
$pdf->setPageOrientation('',1,$heightforfooter+$heightforfreetext+$heightforinfotot);// The only function to edit the bottom margin of current page to set it.
$pdf->setPageOrientation('',1,$heightforfooter+$heightforfreetext);// The only function to edit the bottom margin of current page to set it.
$pageposbefore=$pdf->getPage();
// Description of product line
...
...
@@ -355,12 +355,12 @@ class pdf_typhon extends ModelePDFDeliveryOrder