Skip to content

Commit 1a946ee

Browse files
authored
Merge pull request #400 from bcgov/ofm-hotfix-to-main
Update SupplementaryFormView with new hardcoded number
2 parents 987b230 + 861491e commit 1a946ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/supp-allowances/SupplementaryFormView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ import { SUPP_TERM_CODES, CORE_SERVICES_PANELS, DISCRETIONARY_PANEL } from '@/ut
201201
import format from '@/utils/format'
202202
import moment from 'moment'
203203
204-
const DAYS_BEFORE_TERM_EXPIRES = 45
204+
const DAYS_BEFORE_TERM_EXPIRES = 1
205205
const DAYS_BEFORE_NEXT_TERM_ENABLED = 120
206206
const TWO_YEARS = 730
207207

0 commit comments

Comments
 (0)