Change agent name by alias in gis map

This commit is contained in:
Daniel Maya 2017-07-19 12:32:45 +02:00
parent ef0e6a2093
commit 5fd6c03917
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