// BugFix : TreeView not displayed in Group Reduction form

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11793 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2011-12-27 14:30:19 +00:00
parent 241afd9767
commit c57942fc71
3 changed files with 176 additions and 172 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ class AdminGroupsControllerCore extends AdminController
'Uncheck All' => $this->l('Uncheck All'),
'search' => $this->l('Search a category')
);
$this->tpl_form_vars['categoryTreeView'] = Helper::renderAdminCategorieTree($trads, array(), 'id_category', true);
$this->tpl_form_vars['categoryTreeView'] = Helper::renderAdminCategorieTree($trads, array(), 'id_category', true, false, array(), true);
return parent::renderForm();