Merge branch 'ent-3109-no-se-ven-los-agentes-en-la-creacion-de-clusters' into 'develop'
Fixed query on function agents_get_group_agents See merge request artica/pandorafms!1997
This commit is contained in:
commit
20cbe0d767
|
@ -922,7 +922,7 @@ function agents_get_group_agents (
|
|||
}
|
||||
|
||||
if (isset($search['id_os'])) {
|
||||
$filter[] = "id_os = ". $search['id_os'];
|
||||
$filter['id_os'] = $search['id_os'];
|
||||
}
|
||||
|
||||
if (isset($search['status'])) {
|
||||
|
|
Loading…
Reference in New Issue