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