Skip to content

Commit

Permalink
remove middle name from overflow page (#16282)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansmith authored Apr 11, 2024
1 parent 82894d0 commit 26ce195
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/pdf_fill/forms/va21p530v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ class Va21p530v2 < FormBase
limit: 1,
question_text: "DECEASED VETERAN'S MIDDLE INITIAL"
},
'middle' => {
key: 'form1[0].#subform[82].VeteransMiddleInitialNotReal[0]',
question_num: 1,
limit: 0,
question_text: "DECEASED VETERAN'S MIDDLE NAME"
},
'last' => {
key: 'form1[0].#subform[82].VeteransLastName[0]',
limit: 18,
Expand Down Expand Up @@ -147,12 +141,6 @@ class Va21p530v2 < FormBase
'middleInitial' => {
key: 'form1[0].#subform[82].ClaimantsMiddleInitial1[0]'
},
'middle' => {
key: 'form1[0].#subform[82].ClaimantsMiddleInitial1[0]',
limit: 0,
question_num: 7,
question_text: "CLAIMANT'S MIDDLE NAME"
},
'last' => {
key: 'form1[0].#subform[82].ClaimantsLastName[0]',
limit: 18,
Expand Down

0 comments on commit 26ce195

Please sign in to comment.