// 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
This commit is contained in:
rMalie
2012-02-23 09:00:03 +00:00
parent c8e9f1f029
commit bf468389e3
@@ -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',