// Fix shop association in BO categories page #PSTEST-848

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