[-] FO : fixed bugs on customer messages #PSCFV-3733 #PSCFV-3712

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16988 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-24 07:48:04 +00:00
parent f438395033
commit d3c705ab91
2 changed files with 4 additions and 2 deletions
@@ -349,6 +349,7 @@ class AdminCustomerThreadsControllerCore extends AdminController
$current_employee->firstname.' '.$current_employee->lastname,
null, null, _PS_MAIL_DIR_, true))
{
$cm->private = 1;
$cm->message = $this->l('Message forwarded to').' '.$employee->firstname.' '.$employee->lastname."\n".$this->l('Comment:').' '.$_POST['message_forward'];
$cm->add();
}