mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Merge branch 'ent-6890-condición-agentes-vista-SAP2' into 'develop'
Ent 6890 condición agentes vista sap2 See merge request artica/pandorafms!3878
This commit is contained in:
commit
2955e14849
@ -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…
x
Reference in New Issue
Block a user