Merge branch 'ent-4389-Error-al-mostrar-el-nombre-de-un-agente-en-la-edicion-de-un-item-de-un-report' into 'develop'

Show alias instead of name - #4389

See merge request artica/pandorafms!2651
This commit is contained in:
Daniel Rodriguez 2019-08-30 14:10:52 +02:00
commit cbfb8b1e89
1 changed files with 1 additions and 1 deletions

View File

@ -1317,7 +1317,7 @@ $class = 'databox filters';
if (metaconsole_load_external_db($connection) == NOERR) { if (metaconsole_load_external_db($connection) == NOERR) {
$agent_name = db_get_value_filter( $agent_name = db_get_value_filter(
'nombre', 'alias',
'tagente', 'tagente',
['id_agente' => $idAgent] ['id_agente' => $idAgent]
); );