Fixing style errors.

This commit is contained in:
stickler-ci 2023-02-09 14:27:50 +00:00
parent e83559afb0
commit 78e1fad6bd

View File

@ -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)) {