[-] FO : restored the display of available cart rules in the cart #PSCFV-5473

This commit is contained in:
dMetzger
2012-11-09 13:08:28 +00:00
parent 5eff252941
commit 38765f51b9
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ class DiscountCore extends CartRule
*/
public static function getVouchersToCartDisplay($id_lang, $id_customer)
{
return array();
return CartRule::getCustomerCartRules($id_lang, $id_customer);
}
/**