From 85b09ed1aa4e356a766fb8f8d2c2b26de2947f97 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 3 Oct 2012 13:28:35 +0000 Subject: [PATCH] // fix small rounding issue --- 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,