mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Show consumption unitcost as price.
This commit is contained in:
@@ -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">';
|
||||
|
||||
Reference in New Issue
Block a user