From e4754fda510f204922125dc6a9558db57243e65f Mon Sep 17 00:00:00 2001 From: cbrianbet Date: Wed, 17 Apr 2024 12:29:07 +0300 Subject: [PATCH] Update overallReportingRatesByFacilityReported.js --- src/actions/RR/overallReportingRatesByFacilityReported.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/RR/overallReportingRatesByFacilityReported.js b/src/actions/RR/overallReportingRatesByFacilityReported.js index 087a8773..95700cdd 100644 --- a/src/actions/RR/overallReportingRatesByFacilityReported.js +++ b/src/actions/RR/overallReportingRatesByFacilityReported.js @@ -29,7 +29,7 @@ export const fetchOverallReportingRatesByFacilityReported = () => async (dispatc params.period = getState().filters.fromDate ? moment(getState().filters.fromDate, 'MMM YYYY') .startOf('month') - .subtract(0, 'month') + .add(1, 'month') .format('YYYY,M') : moment().subtract(1, 'month').add(ETL_DAY, 'days').format('YYYY,M'); try {