[-] BO : BugFix : #PSTEST-668 : Shop association for Supplier is now for a shop and not a group shop anymore
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user