Fixing style errors.

This commit is contained in:
stickler-ci 2023-03-09 14:40:43 +00:00
parent 04f463259f
commit e0aa056845

View File

@ -393,13 +393,13 @@ class pdf_aurore extends ModelePDFSupplierProposal
}
}
}
// Extrafields in note
$extranote = $this->getExtrafieldsInHtml($object, $outputlangs);
if (!empty($extranote)) {
$notetoshow = dol_concatdesc($notetoshow, $extranote);
}
if ($notetoshow) {
$tab_top -= 2;