// Tree bugs

This commit is contained in:
Jerome Nadaud
2013-09-12 15:22:47 +02:00
parent bc221b993b
commit c105486fa3
5 changed files with 4 additions and 9 deletions
@@ -484,10 +484,6 @@ 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',
);