From fc6fce56a4edfdc61b3c47a2b92aed310d68a769 Mon Sep 17 00:00:00 2001 From: Travis Semple Date: Wed, 1 Nov 2023 11:17:18 -0700 Subject: [PATCH 1/3] Don't pre select no fee option for co-op correction. --- src/views/Correction/CoopCorrection.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/Correction/CoopCorrection.vue b/src/views/Correction/CoopCorrection.vue index 3161ce9c..a97be47c 100644 --- a/src/views/Correction/CoopCorrection.vue +++ b/src/views/Correction/CoopCorrection.vue @@ -168,9 +168,6 @@ export default class CoopCorrection extends Mixins(CommonMixin, DateMixin, FeeMi } this.setFilingData(filingData) - // pre-select No Fee option - this.setStaffPayment({ option: StaffPaymentOptions.NO_FEE }) - // tell App that we're finished loading this.emitHaveData() this.isDataLoaded = true From 50910e45b187e088db090aa2a3f7dd9f0abe61a8 Mon Sep 17 00:00:00 2001 From: Travis Semple Date: Wed, 1 Nov 2023 11:21:54 -0700 Subject: [PATCH 2/3] Set to FAS, this way it will display $20. --- src/views/Correction/CoopCorrection.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/Correction/CoopCorrection.vue b/src/views/Correction/CoopCorrection.vue index a97be47c..47407358 100644 --- a/src/views/Correction/CoopCorrection.vue +++ b/src/views/Correction/CoopCorrection.vue @@ -168,6 +168,9 @@ export default class CoopCorrection extends Mixins(CommonMixin, DateMixin, FeeMi } this.setFilingData(filingData) + // 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() this.isDataLoaded = true From 7cbe42f333ecc368fc2d7f99765cc8f90819e904 Mon Sep 17 00:00:00 2001 From: Travis Semple Date: Wed, 15 Nov 2023 16:32:37 -0800 Subject: [PATCH 3/3] Update package version. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",