[*] BO: Improve BackOffice order

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12627 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-01-23 19:42:00 +00:00
parent 7ceec49945
commit 82abad18ba
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -884,6 +884,7 @@ class FrontControllerCore extends Controller
$this->context->cookie->is_guest = $customer->isGuest();
$this->context->cookie->passwd = $customer->passwd;
$this->context->cookie->email = $customer->email;
$this->context->cookie->checkedTOS = true;
return $id_cart;
}
}