// Context part 8

This commit is contained in:
tDidierjean
2011-07-15 16:41:39 +00:00
parent 6e93cc2848
commit badba064b2
10 changed files with 163 additions and 161 deletions
-2
View File
@@ -231,8 +231,6 @@ class TaxCore extends ObjectModel
public static function getApplicableTaxRate($id_tax, $productTax, $id_address = NULL)
{
Tools::displayAsDeprecated();
global $cart, $cookie, $defaultCountry;
return $productTax;
}