update code
This commit is contained in:
parent
16788846b9
commit
151ed11388
@ -160,7 +160,7 @@ if ($outputalsopricetotalwithtax) {
|
||||
print '<td class="right" style="width: 80px">'.$langs->trans('TotalTTCShort').'</td>';
|
||||
}
|
||||
|
||||
if (!empty($conf->asset->enabled) && $object->element == 'invoice_supplier') {
|
||||
if (isModEnabled('asset') && $object->element == 'invoice_supplier') {
|
||||
print '<td class="linecolasset"></td>';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user