// Fix combinations on product page

This commit is contained in:
rGaillard
2012-07-13 16:27:28 +00:00
parent d66fa93c79
commit 8eff3c9fc3
-1
View File
@@ -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);
}