// 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

View File

@@ -178,7 +178,6 @@ class AdminFeaturesControllerCore extends AdminController
'type' => 'group_shop',
'label' => $this->l('GroupShop association:'),
'name' => 'checkBoxShopAsso',
'values' => Shop::getTree()
);
}