Skip to content

Commit

Permalink
Fix: round ttc with 2 decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed May 22, 2012
1 parent b58a296 commit 8f3ead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/admin/product_tools.php
Expand Up @@ -70,7 +70,7 @@
{
if ($price_base_type == 'TTC')
{
$newprice=price2num($object->price_ttc,'MU');
$newprice=price2num($object->price_ttc,'2');
}
else
{
Expand Down

0 comments on commit 8f3ead5

Please sign in to comment.