[*] BO : Product attributes are now sortable.

This commit is contained in:
vChabot
2011-09-19 13:11:00 +00:00
parent f471cac117
commit 9ee3824029
15 changed files with 232 additions and 55 deletions
+2 -2
View File
@@ -318,8 +318,8 @@ class ProductControllerCore extends FrontController
unset($colors[$key]);
}
foreach ($groups AS &$group)
natcasesort($group['attributes']);
/*foreach ($groups AS &$group) // attributes are now sortable in BO
natcasesort($group['attributes']);*/
foreach ($combinations AS $id_product_attribute => $comb)
{