Show consumption unitcost as price.
This commit is contained in:
parent
b685a7549e
commit
24a23f9fd0
@ -798,7 +798,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
if ($permissiontoupdatecost) {
|
if ($permissiontoupdatecost) {
|
||||||
print '<td class="right nowraponall">';
|
print '<td class="right nowraponall">';
|
||||||
print $linecost;
|
print price($linecost);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
print '<td class="right">';
|
print '<td class="right">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user