[-] FO : Undefined free_shipping in POC when updateQty

This commit is contained in:
gRoussac
2013-04-16 11:28:22 +02:00
parent b2f5ed838d
commit f2bdb73d39
3 changed files with 12 additions and 3 deletions
-1
View File
@@ -347,7 +347,6 @@ class OrderControllerCore extends ParentOrderController
$this->context->smarty->assign(
array(
// 'free_shipping' => false, // Deprecated since a cart rule can be applied the specific carriers only
'is_guest' => (isset($this->context->customer->is_guest) ? $this->context->customer->is_guest : 0)
));
}