forked from Wavyzz/dolibarr
Fix: convert line delimiters !!!
This commit is contained in:
@@ -262,7 +262,7 @@ class pdf_einstein extends ModelePDFCommandes
|
||||
{
|
||||
$curY = $nexY;
|
||||
$pdf->SetFont('','', $default_font_size - 1); // Into loop to work with multipage
|
||||
$pdf->SetTextColor(0,0,0);
|
||||
$pdf->SetTextColor(0,0,0);
|
||||
|
||||
$pdf->setTopMargin($tab_top_newpage);
|
||||
$pdf->setPageOrientation('', 1, $this->marge_basse+$heightforfooter+$heightforinfotot); // The only function to edit the bottom margin of current page to set it.
|
||||
|
||||
Reference in New Issue
Block a user