mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Un-auto apply date range pickers
This commit is contained in:
parent
4fe5bc8148
commit
23ace60873
@ -81,7 +81,6 @@
|
|||||||
startDate: statementStartDate,
|
startDate: statementStartDate,
|
||||||
endDate: statementEndDate,
|
endDate: statementEndDate,
|
||||||
linkedCalendars: false,
|
linkedCalendars: false,
|
||||||
autoApply: true,
|
|
||||||
ranges: dateRanges,
|
ranges: dateRanges,
|
||||||
}, cb);
|
}, cb);
|
||||||
|
|
||||||
|
@ -144,7 +144,6 @@
|
|||||||
startDate: chartStartDate,
|
startDate: chartStartDate,
|
||||||
endDate: chartEndDate,
|
endDate: chartEndDate,
|
||||||
linkedCalendars: false,
|
linkedCalendars: false,
|
||||||
autoApply: true,
|
|
||||||
ranges: dateRanges,
|
ranges: dateRanges,
|
||||||
}, cb);
|
}, cb);
|
||||||
|
|
||||||
|
@ -65,7 +65,6 @@
|
|||||||
startDate: chartStartDate,
|
startDate: chartStartDate,
|
||||||
endDate: chartEndDate,
|
endDate: chartEndDate,
|
||||||
linkedCalendars: false,
|
linkedCalendars: false,
|
||||||
autoApply: true,
|
|
||||||
ranges: dateRanges,
|
ranges: dateRanges,
|
||||||
}, cb);
|
}, cb);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user