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