Skip to content

Commit

Permalink
Merge pull request #398 from bcgov/ofm-hotfix-supp-end-date-change
Browse files Browse the repository at this point in the history
change the hardcoded day
  • Loading branch information
jenbeckett authored Oct 29, 2024
2 parents 11ea343 + df41b3b commit 8376fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default {
this.panel = this.allPanelIDs
this.SUPPLEMENTARY_TYPES = SUPPLEMENTARY_TYPES
this.NOT_IN_GOOD_STANDING_WARNING_MESSAGE = NOT_IN_GOOD_STANDING_WARNING_MESSAGE
this.DAYS_BEFORE_TERM_EXPIRES = 45
this.DAYS_BEFORE_TERM_EXPIRES = 1
this.DAYS_BEFORE_NEXT_TERM_ENABLED = 120
this.setSuppTermDates()
await this.loadData()
Expand Down

0 comments on commit 8376fb9

Please sign in to comment.