1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Auto apply date range pickers

This commit is contained in:
Hillel Coren 2017-08-24 20:23:38 +03:00
parent b18811f678
commit 4fe5bc8148
3 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@
startDate: statementStartDate, startDate: statementStartDate,
endDate: statementEndDate, endDate: statementEndDate,
linkedCalendars: false, linkedCalendars: false,
autoApply: true,
ranges: dateRanges, ranges: dateRanges,
}, cb); }, cb);

View File

@ -144,6 +144,7 @@
startDate: chartStartDate, startDate: chartStartDate,
endDate: chartEndDate, endDate: chartEndDate,
linkedCalendars: false, linkedCalendars: false,
autoApply: true,
ranges: dateRanges, ranges: dateRanges,
}, cb); }, cb);

View File

@ -65,6 +65,7 @@
startDate: chartStartDate, startDate: chartStartDate,
endDate: chartEndDate, endDate: chartEndDate,
linkedCalendars: false, linkedCalendars: false,
autoApply: true,
ranges: dateRanges, ranges: dateRanges,
}, cb); }, cb);