FIX php8 compatibility
This commit is contained in:
parent
d0ad4ba8c4
commit
0551bfbfa6
@ -136,7 +136,7 @@ class ProductAttribute extends CommonObject
|
|||||||
if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID) && isset($this->fields['rowid'])) {
|
if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID) && isset($this->fields['rowid'])) {
|
||||||
$this->fields['rowid']['visible'] = 0;
|
$this->fields['rowid']['visible'] = 0;
|
||||||
}
|
}
|
||||||
if (empty($conf->multicompany->enabled) && isset($this->fields['entity'])) {
|
if (!isModEnabled('multicompany') && isset($this->fields['entity'])) {
|
||||||
$this->fields['entity']['enabled'] = 0;
|
$this->fields['entity']['enabled'] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user