From 19c239b0b7d6e0b8d2ec87fbb130b10ab95d9100 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Mon, 21 May 2012 14:30:28 +0000 Subject: [PATCH] // Fix SQL error in the product listing on multishop git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15514 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Product.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Product.php b/classes/Product.php index fd608e5f5..3caa78351 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -2426,6 +2426,7 @@ class ProductCore extends ObjectModel WHERE pa.id_product = '.(int)$id_product.' AND product_attribute_shop.default_on = 1 GROUP BY pa.id_product_attribute + LIMIT 1 ), 0 ) AS attribute_price'