update code toward php8 compliance

This commit is contained in:
Philippe GRAND 2022-12-30 12:50:42 +01:00
parent 9ad1f6df19
commit e3b724b6fa

View File

@ -2593,7 +2593,7 @@ class pdf_sponge extends ModelePDFFactures
),
'border-left' => true, // add left line separator
);
if (!empty($conf->global->PRODUCT_USE_UNITS)) {
if (getDolGlobalInt('PRODUCT_USE_UNITS')) {
$this->cols['unit']['status'] = true;
}