wip reports alert actions

This commit is contained in:
Daniel Barbero Martin 2021-12-02 14:04:33 +01:00
parent 751cb7380b
commit abedd87910

View File

@ -3170,6 +3170,8 @@ function alerts_get_alert_fired($filters=[], $groupsBy=[], $total=false)
$group_by
);
hd($query);
$data = db_get_all_rows_sql($query);
if ($data === false) {