From 54f2dab85e09c904bc578882a680f45936b0e67e Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 9 Feb 2012 17:18:01 +0000 Subject: [PATCH] [-] BO : BugFix : #PSTEST-668 : Shop association for Supplier is now for a shop and not a group shop anymore git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13198 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminSuppliersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminSuppliersController.php b/controllers/admin/AdminSuppliersController.php index 5b8ddd88c..0122902e8 100644 --- a/controllers/admin/AdminSuppliersController.php +++ b/controllers/admin/AdminSuppliersController.php @@ -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()