diff --git a/core/lib/Thelia/TaxEngine/Calculator.php b/core/lib/Thelia/TaxEngine/Calculator.php index 77a7b41a3..7c042b6e8 100644 --- a/core/lib/Thelia/TaxEngine/Calculator.php +++ b/core/lib/Thelia/TaxEngine/Calculator.php @@ -154,7 +154,6 @@ class Calculator $position = (int) $taxRule->getTaxRuleCountryPosition(); $taxType = $taxRule->getTypeInstance(); - $taxType->loadRequirements( $taxRule->getRequirements() ); if ($currentPosition !== $position) { $taxedPrice += $currentTax; @@ -209,7 +208,6 @@ class Calculator $position = (int) $taxRule->getTaxRuleCountryPosition(); $taxType = $taxRule->getTypeInstance(); - $taxType->loadRequirements( $taxRule->getRequirements() ); if ($currentPosition !== $position) { $untaxedPrice -= $currentFixTax;