From 4b522d3f0349f92c32b80b52064905b54162f78d Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Thu, 25 Oct 2018 13:18:28 +0200 Subject: [PATCH] Added disabled field in sql query - #2955 --- pandora_console/include/functions_groupview.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/functions_groupview.php b/pandora_console/include/functions_groupview.php index 15b4d577bf..41ada4fecf 100644 --- a/pandora_console/include/functions_groupview.php +++ b/pandora_console/include/functions_groupview.php @@ -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,