Fixing style errors.
This commit is contained in:
parent
e83559afb0
commit
78e1fad6bd
@ -436,7 +436,7 @@ class pdf_strato extends ModelePDFContract
|
||||
$pagenb++;
|
||||
$pdf->setPage($pagenb);
|
||||
$pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it.
|
||||
if(empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) {
|
||||
if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) {
|
||||
$this->_pagehead($pdf, $object, 0, $outputlangs);
|
||||
}
|
||||
if (!empty($tplidx)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user