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…
Reference in New Issue