[-] BO : BugFix : #PSCFV-2343 : Group discount does not show associated categories properly

This commit is contained in:
vChabot
2012-05-16 14:11:20 +00:00
parent 1b59f31ba4
commit 4634d30547
+1 -1
View File
@@ -273,7 +273,7 @@ class AdminGroupsControllerCore extends AdminController
$this->fields_value['reduction'] = isset($group->reduction) ? $group->reduction : 0;
$helper = new Helper();
$this->tpl_form_vars['categoryTreeView'] = $helper->renderCategoryTree(null, array(), 'id_category', true, false, array(), true);
$this->tpl_form_vars['categoryTreeView'] = $helper->renderCategoryTree(null, array(), 'id_category', true, false, array(), true, true);
return parent::renderForm();
}