Fix: round ttc with 2 decimal
This commit is contained in:
parent
b58a296f66
commit
8f3ead5cfc
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user