Changed sql error
Former-commit-id: 44e44ac87e446b8ce1753a64e790a5d957938a11
This commit is contained in:
parent
f67c3d5fc0
commit
ba251e8731
|
@ -4571,7 +4571,7 @@ function events_list_events_grouped_agents($sql)
|
|||
$sql = sprintf(
|
||||
'SELECT * FROM %s
|
||||
LEFT JOIN tagent_secondary_group
|
||||
ON tagent_secondary_group.id_agent = tevento.id_agente
|
||||
ON tagent_secondary_group.id_agent = id_agente
|
||||
WHERE %s',
|
||||
$table,
|
||||
$sql
|
||||
|
|
Loading…
Reference in New Issue