// Fixed PS Exception on Suppliers edit page

This commit is contained in:
bMancone
2012-03-27 08:00:40 +00:00
parent c4842246c2
commit ad4534cb91
@@ -240,7 +240,7 @@ class AdminSuppliersControllerCore extends AdminController
if (Shop::isFeatureActive())
{
$this->fields_form['input'][] = array(
'type' => 'shop',
'type' => 'group_shop',
'label' => $this->l('Shop association:'),
'name' => 'checkBoxShopAsso',
);