[*] Update messages notifications to display customer threads

This commit is contained in:
lBrieu
2011-12-19 15:38:59 +00:00
parent 531b20bbed
commit d0817c2a28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`),