mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Order agents list by alias in module bulk operations - #159
This commit is contained in:
parent
8f373edf84
commit
0d82c88fd7
@ -97,7 +97,7 @@ if (is_ajax ()) {
|
||||
$filter[] = "(notinit_count = total_count)";
|
||||
break;
|
||||
}
|
||||
$filter['order'] = "nombre ASC";
|
||||
$filter['order'] = "alias ASC";
|
||||
|
||||
// Build fields
|
||||
$fields = array('id_agente', 'alias');
|
||||
|
Loading…
x
Reference in New Issue
Block a user