default value for billable flag and support in batch update (#2851)
This commit is contained in:
@@ -110,6 +110,8 @@ final class TimesheetService
|
||||
$mode = $this->trackingModeService->getActiveMode();
|
||||
$mode->create($timesheet, $request);
|
||||
|
||||
$timesheet->setBillable($this->configuration->getTimesheetDefaultBillable());
|
||||
|
||||
return $timesheet;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user