[-] BO : BugFix : #PSCFV-2343 : Group discount does not show associated categories properly
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user