// 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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user