// category import : is_root_category added

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14361 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-03-29 14:00:18 +00:00
parent 2c56407ad5
commit b664b8229f
2 changed files with 3 additions and 0 deletions
@@ -157,6 +157,7 @@ class AdminImportControllerCore extends AdminController
'active' => array('label' => $this->l('Active (0/1)')),
'name' => array('label' => $this->l('Name *')),
'parent' => array('label' => $this->l('Parent category')),
'is_root_category' => array('label' => $this->l('Root category? (0/1)')),
'description' => array('label' => $this->l('Description')),
'meta_title' => array('label' => $this->l('Meta-title')),
'meta_keywords' => array('label' => $this->l('Meta-keywords')),