Skip to content

Commit

Permalink
add OMB control and ESO signature (#16366)
Browse files Browse the repository at this point in the history
  • Loading branch information
GcioGregg authored Apr 16, 2024
1 parent 4f0b8fb commit a9161d1
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions app/sidekiq/education_form/templates/10203.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
CH33
*START*
<%= form_identifier %>
<% if Settings.vsp_environment.eql?('production') -%>
JUN 2020
<% else -%>
OMB Control #: 2900-0878
<% end -%>


APPLICATION FOR EDITH NOURSE ROGERS STEM SCHOLARSHIP
Expand Down Expand Up @@ -69,8 +73,18 @@ Applicant has POA: <%= yesno(@stem_automated_decision.poa) %>
Applicant School Email Address: <%= @applicant.schoolEmailAddress %>
Applicant School ID: <%= @applicant.schoolStudentId %>

<% if Settings.vsp_environment.eql?('production') -%>
Certification and Signature of Applicant
Signature of Applicant Date
<% else -%>
<% if @applicant.isActiveDuty -%>
As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
<% else -%>
Certification and Signature of Applicant
Signature of Applicant Date
<% end -%>


<% end -%>
<%= parse_with_template_path('footer') %>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SCHOOL NAME
CH33
*START*
VA Form 22-10203
JUN 2020
OMB Control #: 2900-0878


APPLICATION FOR EDITH NOURSE ROGERS STEM SCHOLARSHIP
Expand Down Expand Up @@ -65,8 +65,8 @@ Auto Email Sent to SCO: YES
Applicant School Email Address: [email protected]
Applicant School ID: 12345

Certification and Signature of Applicant
Signature of Applicant Date
As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.


Electronically Received by VA: 2017-01-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SCHOOL NAME
CH33
*START*
VA Form 22-10203DNY
JUN 2020
OMB Control #: 2900-0878


APPLICATION FOR EDITH NOURSE ROGERS STEM SCHOLARSHIP
Expand Down Expand Up @@ -66,8 +66,8 @@ Applicant has POA: YES
Applicant School Email Address: [email protected]
Applicant School ID: 12345

Certification and Signature of Applicant
Signature of Applicant Date
As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.


Electronically Received by VA: 2017-01-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SCHOOL NAME
CH33
*START*
VA Form 22-10203DNY
JUN 2020
OMB Control #: 2900-0878


APPLICATION FOR EDITH NOURSE ROGERS STEM SCHOLARSHIP
Expand Down Expand Up @@ -66,8 +66,8 @@ Applicant has POA: NO
Applicant School Email Address: [email protected]
Applicant School ID: 12345

Certification and Signature of Applicant
Signature of Applicant Date
As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.


Electronically Received by VA: 2017-01-17
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/education_benefits_claims/10203/minimal.spl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SCHOOL NAME
CH33
*START*
VA Form 22-10203
JUN 2020
OMB Control #: 2900-0878


APPLICATION FOR EDITH NOURSE ROGERS STEM SCHOLARSHIP
Expand Down

0 comments on commit a9161d1

Please sign in to comment.