// removing categories assocation with shop

This commit is contained in:
vChabot
2011-12-21 16:18:24 +00:00
parent 4bf3b8290a
commit a6f549207a
12 changed files with 10 additions and 167 deletions
-12
View File
@@ -286,18 +286,6 @@ class AdminShopControllerCore extends AdminController
'category_tree' => $this->initCategoriesAssociation($this)
);
$categories = Category::getCategories($this->context->language->id, false, false);
$this->fields_form['input'][] = array(
'type' => 'select',
'label' => $this->l('Category root:'),
'name' => 'id_category',
'options' => array(
'query' => $categories,
'id' => 'id_category',
'name' => 'name'
)
);
$this->fields_form['input'][] = array(
'type' => 'radio',
'label' => $this->l('Status:'),