// revert previous commit

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7573 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-07-08 16:12:27 +00:00
parent f085f81d23
commit 8bf1b23239
38 changed files with 284 additions and 332 deletions
+2
View File
@@ -260,6 +260,8 @@ class OrderControllerCore extends ParentOrderController
/* Carrier step */
protected function _assignCarrier()
{
global $defaultCountry;
if (isset(self::$cookie->id_customer))
$customer = new Customer((int)(self::$cookie->id_customer));
else