[*] 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:
lBrieu
2011-12-19 15:38:59 +00:00
parent 85916455a6
commit 041b1a9f17
2 changed files with 2 additions and 2 deletions

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`),