fixed short invoice (#891)

This commit is contained in:
Kevin Papst
2019-06-30 18:38:02 +02:00
committed by GitHub
parent 834a0a873f
commit 94d68c8b64
2 changed files with 5 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ class ShortInvoiceCalculator extends AbstractMergedCalculator implements Calcula
$this->mergeTimesheets($timesheet, $entry);
}
$timesheet->setFixedRate($timesheet->getRate());
$timesheet->setHourlyRate($timesheet->getRate());
return [$timesheet];
}