From f691d01bcec26b2526cb359bf122bd1a0df5047d Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 13 Jul 2012 16:27:28 +0000 Subject: [PATCH] // Fix combinations on product page git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16423 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Product.php | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/Product.php b/classes/Product.php index 47da8dae3..2079d5d22 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -2841,7 +2841,6 @@ class ProductCore extends ObjectModel WHERE pa.`id_product` = '.(int)$this->id.' AND al.`id_lang` = '.(int)$id_lang.' AND agl.`id_lang` = '.(int)$id_lang.' - GROUP BY a.id_attribute ORDER BY ag.`position` ASC, a.`position` ASC'; return Db::getInstance()->executeS($sql); }