// Code review : normalise and todo

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12583 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-20 15:19:27 +00:00
parent 820f8a5d94
commit 5dad8f329d
7 changed files with 60 additions and 69 deletions
@@ -340,7 +340,6 @@ class AdminTaxRulesGroupControllerCore extends AdminController
$helper->fields_value = $this->getFieldsValue($this->object);
$helper->toolbar_btn = null;
$helper->submit_action = 'create_rule';
$helper->no_back = true;
return $helper->generateForm($this->fields_form);
}