// cancel commit

This commit is contained in:
tDidierjean
2011-07-08 15:43:24 +00:00
parent b0531b1f19
commit af4c7605de
38 changed files with 332 additions and 284 deletions
-2
View File
@@ -260,8 +260,6 @@ 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