Fixed tree view meta secondary groups repeated agents

This commit is contained in:
fermin831 2018-06-20 12:09:32 +02:00
parent 1948cdd3e4
commit a072cd34de
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";
}
}