mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fix bug events count in events reports / 2 - #4239
This commit is contained in:
parent
ee96d6069f
commit
fe598ae78c
@ -133,6 +133,9 @@ function reporting_html_print_report($report, $mini = false) {
|
|||||||
|
|
||||||
$table->data['description_row']['description'] = $item['description']." - Total events: ".$item["total_events"];
|
$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;
|
$table->colspan['description_row']['description'] = 3;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user