// Fixed PS Exception on Suppliers edit page

This commit is contained in:
bMancone
2012-03-27 08:00:40 +00:00
parent 53eb14b72b
commit 0be8ab34af
@@ -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',
);