Fixed ordering and repetition modules

This commit is contained in:
Daniel Maya 2017-09-14 17:34:00 +02:00
parent e8a3484646
commit 44623f780e
3 changed files with 3 additions and 3 deletions

View File

@ -600,7 +600,7 @@ $(document).ready (function () {
var params = {
"page" : "operation/agentes/ver_agente",
"get_agent_modules_json" : 1,
"get_id_and_name" : 1,
"get_distinct_name" : 1,
"indexed" : 0,
"privilege" : "AW"
};

View File

@ -741,7 +741,7 @@ $(document).ready (function () {
var params = {
"page" : "operation/agentes/ver_agente",
"get_agent_modules_json" : 1,
"get_id_and_name" : 1,
"get_distinct_name" : 1,
"indexed" : 0
};

View File

@ -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');