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:
vgilc 2018-11-20 17:37:07 +01:00
commit 20cbe0d767
1 changed files with 1 additions and 1 deletions

View File

@ -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'])) {