// Improve shop associations in BO

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13583 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-24 09:11:18 +00:00
parent e445bcacfc
commit 33edf44ec0
16 changed files with 0 additions and 16 deletions
@@ -231,7 +231,6 @@ class AdminAttributesGroupsControllerCore extends AdminController
'type' => 'group_shop',
'label' => $this->l('Group Shop association:'),
'name' => 'checkBoxShopAsso',
'values' => Shop::getTree()
);
}