FIX php8 compatibility
This commit is contained in:
parent
51fb06ed67
commit
b886210df3
@ -462,7 +462,7 @@ if ($resql) {
|
||||
print '</td>';
|
||||
|
||||
// Expected to pay
|
||||
if (!empty($conf->multicompany->enabled) && !empty($conf->global->MULTICOMPANY_INVOICE_SHARING_ENABLED)) {
|
||||
if (isModEnabled('multicompany') && !empty($conf->global->MULTICOMPANY_INVOICE_SHARING_ENABLED)) {
|
||||
print '<td>';
|
||||
$mc->getInfo($objp->entity);
|
||||
print $mc->label;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user