This commit is contained in:
Jerome Nadaud
2013-09-12 14:47:47 +02:00
parent 91d3da310b
commit e63ce0a86d
12 changed files with 464 additions and 41 deletions
@@ -484,6 +484,10 @@ class AdminCategoriesControllerCore extends AdminController
if (Shop::isFeatureActive())
$this->fields_form['input'][] = array(
'type' => 'shop',
'tree' => array(
'id' => 'shops-tree',
'title' => 'Shop'
),
'label' => $this->l('Shop association:'),
'name' => 'checkBoxShopAsso',
);