Fix bug events count in events reports / 2 - #4239

This commit is contained in:
enriquecd 2016-12-20 20:03:59 +01:00
parent ee96d6069f
commit fe598ae78c
1 changed files with 3 additions and 0 deletions

View File

@ -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;