// Fixed PS Exception on Suppliers edit page

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14280 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-03-27 08:00:40 +00:00
parent b27d8f99b1
commit ef371e271e
@@ -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',
);