Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Moradia committed Sep 23, 2024
1 parent d032e04 commit 8c68c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/evss_claim_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class EVSSClaimDocument < Common::Base
'L015' => 'Buddy/Lay Statement',
'L018' => 'Civilian Police Reports',
'L029' => 'Copy of a DD214',
'L418' => 'Court papers / documents'
'L418' => 'Court papers / documents',
'L033' => 'Death Certificate',
'L702' => 'Disability Benefits Questionnaire (DBQ)',
'L037' => 'Divorce Decree',
Expand Down
2 changes: 1 addition & 1 deletion app/models/lighthouse_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class LighthouseDocument < Common::Base
'L015' => 'Buddy/Lay Statement',
'L018' => 'Civilian Police Reports',
'L029' => 'Copy of a DD214',
'L418' => 'Court papers / documents'
'L418' => 'Court papers / documents',
'L033' => 'Death Certificate',
'L702' => 'Disability Benefits Questionnaire (DBQ)',
'L037' => 'Divorce Decree',
Expand Down

0 comments on commit 8c68c9d

Please sign in to comment.