[-] BO : BugFix : #PSFV-689 : customer groups selection on category edition fixed
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14321 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -464,11 +464,7 @@ class AdminCategoriesControllerCore extends AdminController
|
||||
);
|
||||
|
||||
// Added values of object Group
|
||||
$category_groups = $obj->getGroups();
|
||||
$category_groups_ids = array();
|
||||
if (is_array($category_groups))
|
||||
foreach ($category_groups as $category_group)
|
||||
$category_groups_ids[] = $category_group['id_group'];
|
||||
$category_groups_ids = $obj->getGroups();
|
||||
|
||||
$groups = Group::getGroups($this->context->language->id);
|
||||
// if empty $carrier_groups_ids : object creation : we set the default groups
|
||||
|
||||
Reference in New Issue
Block a user