FIX php8 compatibility
This commit is contained in:
parent
accd5a74a2
commit
2d0537e823
@ -612,7 +612,7 @@ if (($action == "create") || ($action == "edit")) {
|
||||
}
|
||||
print "</td></tr>";
|
||||
|
||||
if (!empty($conf->multicompany->enabled)) {
|
||||
if (isModEnabled('multicompany')) {
|
||||
print '<tr><td>';
|
||||
print $langs->trans('Entity')."</td><td>";
|
||||
if (empty($object->entity)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user