[-] BO : Fix bug, orders states not ordered by order state name

This commit is contained in:
gRoussac
2013-09-12 15:09:21 +02:00
parent 30591b7c28
commit 5095b45e47
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -110,7 +110,8 @@ class AdminOrdersControllerCore extends AdminController
'type' => 'select',
'list' => $statuses_array,
'filter_key' => 'os!id_order_state',
'filter_type' => 'int'
'filter_type' => 'int',
'order_key' => 'osname'
),
'date_add' => array(
'title' => $this->l('Date'),