// Fix combinations on product page
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16423 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user