mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed issue with id_grupo
This commit is contained in:
parent
20952fa802
commit
aace7344a1
@ -3772,7 +3772,7 @@ function agents_get_sap_agents($id_agent)
|
||||
$array_agents = [];
|
||||
foreach ($sap_modules as $module => $key) {
|
||||
$sql = sprintf(
|
||||
'SELECT ta.id_agente,ta.alias
|
||||
'SELECT ta.id_agente,ta.alias, ta.id_grupo
|
||||
FROM tagente ta
|
||||
INNER JOIN tagente_modulo tam
|
||||
ON tam.id_agente = ta.id_agente
|
||||
|
Loading…
x
Reference in New Issue
Block a user