Fixed problem when searches strange modules in tree (group tree). Ticket #3204
This commit is contained in:
parent
6abc827664
commit
4821378d4a
|
@ -368,7 +368,7 @@ class Tree {
|
||||||
else {
|
else {
|
||||||
$agent_table = "SELECT COUNT(DISTINCT(ta.id_agente))
|
$agent_table = "SELECT COUNT(DISTINCT(ta.id_agente))
|
||||||
FROM tagente ta
|
FROM tagente ta
|
||||||
LEFT JOIN tagente_modulo tam
|
INNER JOIN tagente_modulo tam
|
||||||
ON tam.disabled = 0
|
ON tam.disabled = 0
|
||||||
AND ta.id_agente = tam.id_agente
|
AND ta.id_agente = tam.id_agente
|
||||||
$module_search_filter
|
$module_search_filter
|
||||||
|
|
Loading…
Reference in New Issue