#13409 fixed tactical view group

This commit is contained in:
Daniel Cebrian 2024-04-17 11:44:16 +02:00
parent b8d7331bb9
commit 88db110735
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ function groupview_get_modules_counters($groups_ids=false)
INNER JOIN $table_sec tasg
ON ta.id_agente = tasg.id_agent
WHERE tasg.id_group IN ($groups_ids)
AND ta.disabled = 0
GROUP BY tasg.id_group
) x GROUP BY g";
$data = db_get_all_rows_sql($sql);