wip reports alert actions

This commit is contained in:
Daniel Barbero Martin 2021-11-26 14:10:21 +01:00
parent 960c2de6c3
commit 81277246a5
1 changed files with 1 additions and 1 deletions

View File

@ -1773,7 +1773,7 @@ $class = 'databox filters';
} else {
$all_modules = db_get_all_rows_sql(
sprintf(
'SELECT nombre, id_agente_modulo
'SELECT distinct(nombre), id_agente_modulo
FROM tagente_modulo
WHERE id_agente IN (%s)',
implode(',', array_values($id_agents))