// Fix #PSTEST-424

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13196 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-09 17:13:49 +00:00
parent 73de37946f
commit 314abcd76c
+1 -1
View File
@@ -186,7 +186,7 @@ class AdminTabsControllerCore extends AdminController
$this->addRowAction('delete');
$this->addRowAction('details');
$this->_where = 'AND a.`id_parent` = 0';
$this->_where = 'AND a.`id_parent` = 0 OR a.id_parent = -1';
$this->_orderBy = 'position';
return parent::renderList();