[-] BO : #PSFV-608 - "Access denied" message in BO when login as Logistician

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14036 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-03-12 14:15:31 +00:00
parent 9db2c449bb
commit 5c263f10dc
7 changed files with 47 additions and 5 deletions
+1
View File
@@ -5,3 +5,4 @@ ALTER TABLE `PREFIX_employee`
MODIFY COLUMN `id_last_customer_message` INT(10) UNSIGNED NOT NULL DEFAULT 0,
MODIFY COLUMN `id_last_customer` INT(10) UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `PREFIX_employee` ADD `default_tab` int(10) unsigned NOT NULL default 0 AFTER `bo_theme`;