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