// 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
This commit is contained in:
rGaillard
2012-05-21 14:30:28 +00:00
parent 3fc24ec862
commit 19c239b0b7
+1
View File
@@ -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'