From 24a23f9fd09178258f31fe63b2887d19aabc92f1 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Tue, 2 Feb 2021 14:13:59 +0100 Subject: [PATCH] Show consumption unitcost as price. --- htdocs/mrp/mo_production.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php index f13853a2f72..287d974c18f 100644 --- a/htdocs/mrp/mo_production.php +++ b/htdocs/mrp/mo_production.php @@ -798,7 +798,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print ''; if ($permissiontoupdatecost) { print ''; - print $linecost; + print price($linecost); print ''; } print '';