From d94785b76a60f2fb48285f60285bb22f98f5329a Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Wed, 18 Jul 2012 08:40:09 +0000 Subject: [PATCH] // Fix bug with Product::priceCalculation git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16463 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Product.php b/classes/Product.php index 28990bb7d..9d0a84254 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -2386,7 +2386,7 @@ class ProductCore extends ObjectModel **/ public static function priceCalculation($id_shop, $id_product, $id_product_attribute, $id_country, $id_state, $zipcode, $id_currency, $id_group, $quantity, $use_tax, $decimals, $only_reduc, $use_reduc, $with_ecotax, &$specific_price, $use_group_reduction, - $id_customer = 0, $use_customer_price = true, $id_cart = 0, $real_quantity) + $id_customer = 0, $use_customer_price = true, $id_cart = 0, $real_quantity = 0) { static $address = null;