Skip to content

Commit

Permalink
Set to FAS, this way it will display $20.
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Nov 16, 2023
1 parent fc6fce5 commit 50910e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Correction/CoopCorrection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50910e4

Please sign in to comment.