//norm fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13505 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -581,7 +581,7 @@ class OrderDetailCore extends ObjectModel
|
||||
$this->total_shipping_price_tax_incl = (float)($this->total_shipping_price_tax_excl * (1 + ($tax_rate / 100)));
|
||||
$this->total_shipping_price_tax_incl = Tools::ps_round($this->total_shipping_price_tax_incl, 2);
|
||||
}
|
||||
|
||||
|
||||
public function getWsTaxes()
|
||||
{
|
||||
$query = new DbQuery();
|
||||
|
||||
Reference in New Issue
Block a user