From 5d2dde451a63122e35d2fce739d0aa46df730825 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 3 Oct 2012 13:28:35 +0000 Subject: [PATCH] // fix small rounding issue git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17721 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cart.php b/classes/Cart.php index 663b43152..019b5cb29 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -605,7 +605,7 @@ class CartCore extends ObjectModel (int)$row['id_product'], false, (int)$row['id_product_attribute'], - 6, + 2, null, false, true,