Merge branch '2955-Group-view-cuenta-módulos-de-agentes-deshabilitados' into 'develop'
Added disabled field in sql query - #2955 See merge request artica/pandorafms!1893 Former-commit-id: 2eaba1884722b5294698620f9ca0464b12c7bd33
This commit is contained in:
commit
7300f83552
|
@ -68,6 +68,7 @@ function groupview_get_modules_counters($groups_ids = false) {
|
|||
ta.id_grupo AS g
|
||||
FROM $table ta
|
||||
WHERE ta.id_grupo IN ($groups_ids)
|
||||
AND ta.disabled = 0
|
||||
GROUP BY ta.id_grupo
|
||||
UNION ALL
|
||||
SELECT SUM(ta.normal_count) AS module_normal,
|
||||
|
|
Loading…
Reference in New Issue