[-] BO: Fix PSFV-630 tax rules group on product

This commit is contained in:
rGaillard
2012-03-07 14:06:00 +00:00
parent c684af0cb7
commit 846f592744
3 changed files with 49 additions and 37 deletions
@@ -485,7 +485,7 @@ class AdminCarriersControllerCore extends AdminController
$this->postImage($new_carrier->id);
$this->changeZones($new_carrier->id);
$new_carrier->setTaxRulesGroup((int)Tools::getValue('id_tax_rules_group'), true);
$new_carrier->setTaxRulesGroup((int)Tools::getValue('id_tax_rules_group'));
Tools::redirectAdmin(self::$currentIndex.'&id_'.$this->table.'='.$current_carrier->id.'&conf=4&token='.$this->token);
}
else