timesheet lockdown with grace period (#1644)
This commit is contained in:
@@ -200,6 +200,9 @@ class AppExtensionTest extends TestCase
|
||||
'rules' => [
|
||||
'allow_future_times' => true,
|
||||
'allow_overlapping_records' => true,
|
||||
'lockdown_period_start' => null,
|
||||
'lockdown_period_end' => null,
|
||||
'lockdown_grace_period' => null,
|
||||
],
|
||||
'default_begin' => 'now',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user