Merge branch '1120-Nombre-de-agente-en-mapas-GIS-dev' into 'develop'

Change agent name by alias in gis map

See merge request !678
This commit is contained in:
vgilc 2017-07-28 10:16:27 +02:00
commit f0afe8431f
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ switch ($opt) {
$row = array();
$row[] = __('Agent');
$row[] = '<a style="font-weight: bolder;" href="?sec=estado&sec2=operation/agentes/ver_agente&id_agente='
. $agent['id_agente'] . '">'.$agent['nombre'].'</a>';
. $agent['id_agente'] . '">'.$agent['alias'].'</a>';
$table->data[] = $row;
// Position