[-] 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:
@@ -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
|
||||
');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user