From aace7344a15f292f699ef60d1884196d993ba153 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 4 Mar 2021 12:41:14 +0100 Subject: [PATCH] Fixed issue with id_grupo --- pandora_console/include/functions_agents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_agents.php b/pandora_console/include/functions_agents.php index 3f893cbaeb..a64842490d 100644 --- a/pandora_console/include/functions_agents.php +++ b/pandora_console/include/functions_agents.php @@ -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