// Multishipping : on opc, on putting multi-shipping to off, the cart is set to one address delivery

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10458 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-11-22 17:18:30 +00:00
parent 4dc0ebb2de
commit 5532f12d80
5 changed files with 60 additions and 7 deletions
-2
View File
@@ -294,10 +294,8 @@ class AuthControllerCore extends FrontController
}
}
}
elog('here???');
if ($this->ajax)
{
elog(Tools::getToken(false));
$return = array(
'hasError' => !empty($this->errors),
'errors' => $this->errors,