mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Support 1/4 hour task increments
This commit is contained in:
parent
0859729f19
commit
b056bf9215
@ -197,7 +197,7 @@
|
||||
lang: '{{ $appLanguage }}',
|
||||
lazyInit: true,
|
||||
validateOnBlur: false,
|
||||
step: 30,
|
||||
step: {{ env('TASK_TIME_STEP', 15) }},
|
||||
format: '{{ $datetimeFormat }}',
|
||||
formatDate: '{{ $account->getMomentDateFormat() }}',
|
||||
formatTime: '{{ $account->military_time ? 'H:mm' : 'h:mm A' }}',
|
||||
|
Loading…
Reference in New Issue
Block a user