update code toward php8 compliance
This commit is contained in:
parent
7cc97b2b09
commit
9d5670faa8
@ -1319,7 +1319,7 @@ class pdf_standard_asset extends ModelePDFAsset
|
||||
),
|
||||
'border-left' => true, // add left line separator
|
||||
);
|
||||
if (!empty($conf->global->PRODUCT_USE_UNITS)) {
|
||||
if (getDolGlobalInt('PRODUCT_USE_UNITS')) {
|
||||
$this->cols['unit']['status'] = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user