Release 2.10 (#4549)

This commit is contained in:
Kevin Papst
2024-01-19 12:05:07 +01:00
committed by GitHub
parent afd60a67f6
commit 46739795ff
52 changed files with 348 additions and 292 deletions

View File

@@ -25,7 +25,7 @@ final class RateService implements RateServiceInterface
public function calculate(Timesheet $record): Rate
{
if (null === $record->getEnd()) {
if ($record->isRunning()) {
return new Rate(0.00, 0.00);
}