Skip to content

Commit

Permalink
Updating Burial In Progress Form expiration to 1 year (#16175)
Browse files Browse the repository at this point in the history
* Updating Burial In Progress Form expiration to 1 year

* Limit to Burials V2
  • Loading branch information
tblackwe authored Apr 11, 2024
1 parent cffb111 commit 7085508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/in_progress_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def days_till_expires

def default_expires_after
case form_id
when '21-526EZ', '21P-527EZ'
when '21-526EZ', '21P-527EZ', '21P-530V2'
1.year
else
60.days
Expand Down

0 comments on commit 7085508

Please sign in to comment.