Skip to content

Commit

Permalink
Merge pull request #438 from bcgov/rfi-median-fix
Browse files Browse the repository at this point in the history
added ccfriId to currentPcfCCfri in order to get 3% median to trigger
  • Loading branch information
roblo-cgi authored Sep 16, 2023
2 parents 6795531 + 5fd9ef4 commit 47f91cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/mtfi/CurrentFeeVerification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,9 @@ export default {
this.currentFacility = this.userProfileList?.find(el => el.facilityId == fac.facilityId); //facility from userProfile with old CCFRI
this.currentPcfCcfri = await this.getPreviousApprovedFees({facilityId: this.currentFacility.facilityId, programYearId: this.programYearId});
this.currentPcfCcfri.childCareTypes = this.currentPcfCcfri.childCareTypes.filter(el => el.programYearId == this.programYearId); //filter so only current fiscal years appear
this.currentPcfCcfri.ccfriApplicationId = this.$route.params.urlGuid;
await this.loadCCFRIFacility(this.$route.params.urlGuid);
await this.loadCCFisCCRIMedian(); //load the CCFRI median of the existing PCf (old) CCFRI
await this.decorateWithCareTypes(this.CCFRIFacilityModel.facilityId);
Expand Down

0 comments on commit 47f91cd

Please sign in to comment.