Skip to content

Commit

Permalink
Fix Spontankunden
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAFink committed Nov 30, 2023
1 parent e3df73b commit 5256c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmsstatistic/src/Zmsstatistic/Download/WaitingReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ public function writeTotals(ReportEntity $report, $sheet)
{
$entity = clone $report;
$totals = array_pop($entity->data);
$reportTotal['max'][] = 'Tagesmaximum Spontantkunden';
$reportTotal['average'][] = 'Tagesdurchschnitt Spontantkunden';
$reportTotal['max'][] = 'Tagesmaximum Spontankunden';
$reportTotal['average'][] = 'Tagesdurchschnitt Spontankunden';
$reportTotal['max'][] = $totals['max_waitingtime'];
$reportTotal['average'][] = $totals['average_waitingtime'];
foreach ($entity->data as $entry) {
Expand Down

0 comments on commit 5256c36

Please sign in to comment.