Show consumption unitcost as price.

This commit is contained in:
Francis Appels
2021-02-02 14:13:59 +01:00
parent b685a7549e
commit 24a23f9fd0

View File

@@ -798,7 +798,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
print '</td>';
if ($permissiontoupdatecost) {
print '<td class="right nowraponall">';
print $linecost;
print price($linecost);
print '</td>';
}
print '<td class="right">';