mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
BIG-51: fix report date range quarter is not defined in financial reports.
This commit is contained in:
@@ -135,6 +135,9 @@ export const parseDateRangeQuery = (keyword) => {
|
|||||||
this_week: {
|
this_week: {
|
||||||
range: 'week',
|
range: 'week',
|
||||||
},
|
},
|
||||||
|
this_quarter: {
|
||||||
|
range: 'quarter',
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof queries[keyword] === 'undefined') {
|
if (typeof queries[keyword] === 'undefined') {
|
||||||
|
|||||||
Reference in New Issue
Block a user