[*] BO : groups attributes are now sortable
This commit is contained in:
+1
-1
@@ -2328,7 +2328,7 @@ 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).'
|
||||
ORDER BY agl.`public_name`, a.`position` ASC';
|
||||
ORDER BY ag.`position` ASC, a.`position` ASC';
|
||||
return Db::getInstance()->ExecuteS($sql);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user