mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fix bug events count in events reports / 2 - #4239
(cherry picked from commit fe598ae78cb181021d3a0c2922ee63d090e548e2)
This commit is contained in:
parent
95228ead73
commit
24d8ace4d7
@ -133,6 +133,9 @@ function reporting_html_print_report($report, $mini = false) {
|
||||
|
||||
$table->data['description_row']['description'] = $item['description']." - Total events: ".$item["total_events"];
|
||||
}
|
||||
else{
|
||||
$table->data['description_row']['description'] = $item["description"];
|
||||
}
|
||||
|
||||
$table->colspan['description_row']['description'] = 3;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user