[*] Update messages notifications to display customer threads
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11367 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -671,7 +671,7 @@ CREATE TABLE `PREFIX_employee` (
|
||||
`bo_show_screencast` tinyint(1) NOT NULL default '1',
|
||||
`active` tinyint(1) unsigned NOT NULL default '0',
|
||||
`id_last_order` tinyint(1) unsigned NOT NULL default '0',
|
||||
`id_last_message` tinyint(1) unsigned NOT NULL default '0',
|
||||
`id_last_customer_message` tinyint(1) unsigned NOT NULL default '0',
|
||||
`id_last_customer` tinyint(1) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`id_employee`),
|
||||
KEY `employee_login` (`email`,`passwd`),
|
||||
|
||||
Reference in New Issue
Block a user