From bffc50a492bddfcbe463003c53caa8a82d65422e Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Mon, 13 Sep 2021 16:53:40 +0200 Subject: [PATCH] BIG-51: fix report date range quarter is not defined in financial reports. --- client/src/utils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/utils.js b/client/src/utils.js index 3d1d0cc1b..d910002f7 100644 --- a/client/src/utils.js +++ b/client/src/utils.js @@ -135,6 +135,9 @@ export const parseDateRangeQuery = (keyword) => { this_week: { range: 'week', }, + this_quarter: { + range: 'quarter', + } }; if (typeof queries[keyword] === 'undefined') {