mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +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: {
|
||||
range: 'week',
|
||||
},
|
||||
this_quarter: {
|
||||
range: 'quarter',
|
||||
}
|
||||
};
|
||||
|
||||
if (typeof queries[keyword] === 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user