Skip to content

Commit

Permalink
18277 - Don't pre select no fee option for co-op correction. (#539)
Browse files Browse the repository at this point in the history
* Don't pre select no fee option for co-op correction.

* Set to FAS, this way it will display $20.

* Update package version.
  • Loading branch information
seeker25 authored Nov 16, 2023
1 parent a394fd2 commit 44bd586
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/views/Correction/CoopCorrection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 44bd586

Please sign in to comment.