mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user