fixed short invoice (#891)
This commit is contained in:
@@ -34,6 +34,9 @@ class ShortInvoiceCalculator extends AbstractMergedCalculator implements Calcula
|
||||
$this->mergeTimesheets($timesheet, $entry);
|
||||
}
|
||||
|
||||
$timesheet->setFixedRate($timesheet->getRate());
|
||||
$timesheet->setHourlyRate($timesheet->getRate());
|
||||
|
||||
return [$timesheet];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user