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',