[-] CORE : Fix bug #PSCFV-8636 again, cart rule with a reduction and free shipping

This commit is contained in:
gRoussac
2013-04-18 16:44:55 +02:00
parent e9b8af0e97
commit e22fe455b3
+1 -1
View File
@@ -2293,7 +2293,7 @@ class CartCore extends ObjectModel
$this->id_carrier = 0;
return;
}
Cache::clean('getContextualValue_*');
$delivery_option_list = $this->getDeliveryOptionList(null, true);
foreach ($delivery_option_list as $id_address => $options)