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

This commit is contained in:
vChabot
2012-02-09 17:18:01 +00:00
parent e102ae2928
commit 9ea5efcb3a
@@ -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()