Change agent name by alias in gis map
This commit is contained in:
parent
ef0e6a2093
commit
5fd6c03917
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue