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

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