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 = [];
|
$array_agents = [];
|
||||||
foreach ($sap_modules as $module => $key) {
|
foreach ($sap_modules as $module => $key) {
|
||||||
$sql = sprintf(
|
$sql = sprintf(
|
||||||
'SELECT ta.id_agente,ta.alias
|
'SELECT ta.id_agente,ta.alias, ta.id_grupo
|
||||||
FROM tagente ta
|
FROM tagente ta
|
||||||
INNER JOIN tagente_modulo tam
|
INNER JOIN tagente_modulo tam
|
||||||
ON tam.id_agente = ta.id_agente
|
ON tam.id_agente = ta.id_agente
|
||||||
|
|
Loading…
Reference in New Issue