From bf468389e360a0fa604ee120416ec987bfa0402e Mon Sep 17 00:00:00 2001 From: rMalie Date: Thu, 23 Feb 2012 09:00:03 +0000 Subject: [PATCH] // Fix shop association in BO categories page #PSTEST-848 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13544 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCategoriesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminCategoriesController.php b/controllers/admin/AdminCategoriesController.php index 8df265d3d..eb978da9b 100644 --- a/controllers/admin/AdminCategoriesController.php +++ b/controllers/admin/AdminCategoriesController.php @@ -421,7 +421,7 @@ class AdminCategoriesControllerCore extends AdminController ) ); if (Shop::isFeatureActive()) - $this->fields_form['form'][] = array( + $this->fields_form['input'][] = array( 'type' => 'shop', 'label' => $this->l('Shop association:'), 'name' => 'checkBoxShopAsso',