[-] BO : Bug fixed related to #PSCFV-2954 - order slip do not include VAT on carriers
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16569 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -471,7 +471,7 @@ class AdminOrdersControllerCore extends AdminController
|
||||
$amount += $order_detail_list[$id_order_detail]['amount'];
|
||||
}
|
||||
|
||||
$shipping_cost_amount = (float)Tools::getValue('partialRefundShippingCost');
|
||||
$shipping_cost_amount = (float)str_replace(',', '.', Tools::getValue('partialRefundShippingCost'));
|
||||
if ($shipping_cost_amount > 0)
|
||||
$amount += $shipping_cost_amount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user