update code toward php 8 compliance
This commit is contained in:
parent
28679a9e40
commit
4c867a2f04
@ -1259,7 +1259,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
||||
if (!empty($conf->mycompany->multidir_output[$object->entity])) {
|
||||
$logodir = $conf->mycompany->multidir_output[$object->entity];
|
||||
}
|
||||
if (empty($conf->global->MAIN_PDF_USE_LARGE_LOGO)) {
|
||||
if (!getDolGlobalInt('MAIN_PDF_USE_LARGE_LOGO')) {
|
||||
$logo = $logodir.'/logos/thumbs/'.$this->emetteur->logo_small;
|
||||
} else {
|
||||
$logo = $logodir.'/logos/'.$this->emetteur->logo;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user