diff --git a/core/lib/Thelia/Form/TaxCreationForm.php b/core/lib/Thelia/Form/TaxCreationForm.php index 65617e615..001bb3cf8 100644 --- a/core/lib/Thelia/Form/TaxCreationForm.php +++ b/core/lib/Thelia/Form/TaxCreationForm.php @@ -40,7 +40,7 @@ class TaxCreationForm extends BaseForm protected function buildForm($change_mode = false) { - $types = TaxEngine::getInstance()->getTaxTypeList(); + $types = TaxEngine::getInstance($this->getRequest()->getSession())->getTaxTypeList(); $typeList = array(); $requirementList = array(); foreach ($types as $type) {