From 50b1685e618ffbd42712ac0153971c94a7c07249 Mon Sep 17 00:00:00 2001 From: danielmaya Date: Mon, 10 Dec 2018 17:34:18 +0100 Subject: [PATCH] Added tagent_secondary_group in functions_reporting Former-commit-id: ba4ac6e64e34810ae1f695840ba1af34bbcdc6c4 --- pandora_console/include/functions_reporting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 8b25a5b467..d45abda41b 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -159,7 +159,8 @@ function reporting_make_reporting_data($report = null, $id_report, true); $sql_tags_join = "INNER JOIN tagente ON tagente.id_agente = t1.id_agente - INNER JOIN ttag_module ON ttag_module.id_agente_modulo = t1.id_agente_modulo"; + INNER JOIN ttag_module ON ttag_module.id_agente_modulo = t1.id_agente_modulo + LEFT JOIN tagent_secondary_group tasg ON tagente.id_agente = tasg.id_agent"; $sql = sprintf('SELECT count(*) FROM tagente_modulo t1 %s WHERE t1.delete_pending = 0 AND t1.id_agente_modulo = '. $content["id_agent_module"] .'