Prevent bookings with same start / stop time (#3304)
This commit is contained in:
@@ -237,6 +237,11 @@ class SystemConfiguration implements SystemBundleConfiguration
|
||||
return (bool) $this->find('timesheet.rules.allow_future_times');
|
||||
}
|
||||
|
||||
public function isTimesheetAllowZeroDuration(): bool
|
||||
{
|
||||
return (bool) $this->find('timesheet.rules.allow_zero_duration');
|
||||
}
|
||||
|
||||
public function isTimesheetAllowOverbookingBudget(): bool
|
||||
{
|
||||
return (bool) $this->find('timesheet.rules.allow_overbooking_budget');
|
||||
|
||||
Reference in New Issue
Block a user