[-] BO : BugFix : #PSTEST-668 : Shop association for Supplier is now for a shop and not a group shop anymore

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13198 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-02-09 17:18:01 +00:00
parent a056a78177
commit 54f2dab85e
@@ -235,7 +235,7 @@ class AdminSuppliersControllerCore extends AdminController
if (Shop::isFeatureActive())
{
$this->fields_form['input'][] = array(
'type' => 'group_shop',
'type' => 'shop',
'label' => $this->l('Shop association:'),
'name' => 'checkBoxShopAsso',
'values' => Shop::getTree()