Merge branch 'ent-2404-agentes-repetidos-en-el-tree-view-en-los-grupos-secundarios' into 'develop'

Fixed tree view meta secondary groups repeated agents

See merge request artica/pandorafms!1559
This commit is contained in:
slerena 2018-06-25 18:54:52 +02:00
commit b80dc2b1bb
1 changed files with 1 additions and 0 deletions

View File

@ -546,6 +546,7 @@ class Tree {
$group_filter
$agent_search_filter
$agent_status_filter
GROUP BY ta.id_agente
ORDER BY $order_fields";
}
}