diff --git a/frontend/src/components/RFI/RFIDocumentUpload.vue b/frontend/src/components/RFI/RFIDocumentUpload.vue index 8f5cf1edd..4c91c5173 100644 --- a/frontend/src/components/RFI/RFIDocumentUpload.vue +++ b/frontend/src/components/RFI/RFIDocumentUpload.vue @@ -124,7 +124,7 @@ export default { ...mapGetters('navBar',['isChangeRequest']), ...mapGetters('reportChanges',['changeRequestStatus']), isLocked() { - if (this.currentFacility.unlockRfi === 1) { + if (this.currentFacility.unlockRfi) { return false; } else if(this.isChangeRequest){ if (!this.changeRequestStatus){ diff --git a/frontend/src/components/RFI/RFILanding.vue b/frontend/src/components/RFI/RFILanding.vue index 4458de50d..6a1124d3a 100644 --- a/frontend/src/components/RFI/RFILanding.vue +++ b/frontend/src/components/RFI/RFILanding.vue @@ -1609,7 +1609,7 @@ export default { }, isReadOnly() { //if submitted, lock er up. If unlock CCFRI - unlock - if (this.currentFacility?.unlockRfi === 1) { + if (this.currentFacility?.unlockRfi) { return false; }else if(this.isChangeRequest){ if (!this.changeRequestStatus||this.currentFacility.unlockRfi){ diff --git a/frontend/src/components/ccfriApplication/group/AddNewFees.vue b/frontend/src/components/ccfriApplication/group/AddNewFees.vue index aedadf547..f8c48b0a2 100644 --- a/frontend/src/components/ccfriApplication/group/AddNewFees.vue +++ b/frontend/src/components/ccfriApplication/group/AddNewFees.vue @@ -206,8 +206,7 @@
Do you charge parent fees at this facility for any closures on business days? Indicate the facility closures on business days within the current fiscal year other than British Columbia Statutory Holidays. Only indicate the date of closures where parent fees are charged. -
+Do you charge parent fees at this facility for any closures on business days (other than designated holidays)? Only indicate the date of closures where parent fees are charged.