// fix bug about order_canada upgrade
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13403 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -116,9 +116,9 @@ function update_order_canada_ps_round($val){
|
||||
|
||||
switch ($ps_price_round_mode)
|
||||
{
|
||||
case PS_ROUND_UP:
|
||||
case 0:
|
||||
return ceil($val * 100)/100;
|
||||
case PS_ROUND_DOWN:
|
||||
case 1:
|
||||
return floor($val * 100)/100;
|
||||
default:
|
||||
return round($val, 2);
|
||||
|
||||
Reference in New Issue
Block a user