diff --git a/package-lock.json b/package-lock.json index 812ab2a4..03a74bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-edit-ui", - "version": "4.7.7", + "version": "4.7.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-edit-ui", - "version": "4.7.7", + "version": "4.7.8", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/action-chip": "1.1.5", diff --git a/package.json b/package.json index cff2af54..73119410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-edit-ui", - "version": "4.7.7", + "version": "4.7.8", "private": true, "appName": "Edit UI", "sbcName": "SBC Common Components", diff --git a/src/views/Correction/CoopCorrection.vue b/src/views/Correction/CoopCorrection.vue index 3161ce9c..47407358 100644 --- a/src/views/Correction/CoopCorrection.vue +++ b/src/views/Correction/CoopCorrection.vue @@ -168,8 +168,8 @@ export default class CoopCorrection extends Mixins(CommonMixin, DateMixin, FeeMi } this.setFilingData(filingData) - // pre-select No Fee option - this.setStaffPayment({ option: StaffPaymentOptions.NO_FEE }) + // pre-select FAS, this will display a dollar amount in the fee summary. + this.setStaffPayment({ option: StaffPaymentOptions.FAS }) // tell App that we're finished loading this.emitHaveData()