diff --git a/htdocs/product/admin/product_tools.php b/htdocs/product/admin/product_tools.php index db47e8cfdf8..a87eded2992 100644 --- a/htdocs/product/admin/product_tools.php +++ b/htdocs/product/admin/product_tools.php @@ -70,7 +70,7 @@ if ($action == 'convert') { if ($price_base_type == 'TTC') { - $newprice=price2num($object->price_ttc,'MU'); + $newprice=price2num($object->price_ttc,'2'); } else {