Fix: round ttc with 2 decimal

This commit is contained in:
Regis Houssin 2012-05-22 19:25:51 +02:00
parent b58a296f66
commit 8f3ead5cfc

View File

@ -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
{