|
|
@ -199,7 +199,7 @@ class ReportCsv implements ReportCsvInterface |
|
|
|
$table[] = ReportCsvInterface::SEPARATOR_MEDIUM; |
|
|
|
$table[] = [null, $project, null, $project_time / 60]; |
|
|
|
$time_sum += (float) $project_time; |
|
|
|
$all_projects[] = $project; |
|
|
|
// $all_projects[] = $project;
|
|
|
|
// Add a sum of time for whole day.
|
|
|
|
$table[] = ReportCsvInterface::SEPARATOR_MEDIUM; |
|
|
|
$table[] = [null, implode(', ', $all_projects), null, $time_sum/60]; |
|
|
|