// Tree
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user