[-] MO : Fix sort order for combinations, report of pull request https://github.com/PrestaShop/PrestaShop/pull/364

This commit is contained in:
gRoussac
2013-07-25 18:15:06 +02:00
parent 9848468f3e
commit d2acb9dedb
+1 -1
View File
@@ -2707,7 +2707,7 @@ class BlockLayered extends Module
AND c.active = 1)) ';
$sql_query['group'] = '
GROUP BY lpa.id_attribute
ORDER BY id_attribute_group, id_attribute ';
ORDER BY ag.`position` ASC, a.`position` ASC';
if (!Configuration::get('PS_LAYERED_HIDE_0_VALUES'))
{