[-] BO : Bug fixed #PSCFV-2443 - Incorrect default tab for my new employee

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15439 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-05-19 13:12:38 +00:00
parent bf054f5680
commit 5a0762e830
+1
View File
@@ -499,6 +499,7 @@ class TabCore extends ObjectModel
AND a.`edit` = 1
AND a.`delete` = 1
AND a.`add` = 1
AND t.`id_parent` != 0 AND t.`id_parent` != -1
ORDER BY t.`id_parent` ASC
');
}