Skip to content

Commit

Permalink
[Automated] Merged master into target k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Apr 10, 2024
2 parents 4b70846 + d3a244c commit bd72868
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion app/sidekiq/education_form/templates/1995.erb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Date Entered Date Separated Service Component
Date Entered Date Separated Service Component
<% @applicant&.toursOfDuty&.each do |tour| -%>
<%= to_date(tour.dateRange&.from) %> <%= to_date(tour.dateRange&.to) %> <%= tour.serviceBranch %>
<% end %>
<% end -%>

<% end -%>
<% unless Settings.vsp_environment.eql?('production') -%>
Expand Down Expand Up @@ -184,8 +184,12 @@ Signature/Title/Branch of Armed Forces Education Service Officer Date
<% if @applicant.isActiveDuty -%>
As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
<% else -%>
<% if @applicant.minorHighSchoolQuestions -%>
You are the parent, guardian, or custodian of the applicant
<% else -%>
Certification and Signature of Applicant
<% end -%>
Signature of Applicant Date
<% end -%>
<% end -%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"guardianEmail":"[email protected]"
},
"applicantServed": "Yes",
"isActiveDuty": true,
"isActiveDuty": false,
"toursOfDuty": [{
"dateRange": {
"from": "2010-06-26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Education or Career Goal:

Served in the armed forces?: Yes

Are You Now On Active Duty?: YES
Are You Now On Active Duty?: NO

Do you have any new periods of service to record since you last applied for
education benefits? YES
Expand Down Expand Up @@ -90,8 +90,8 @@ Address of Parent, Guardian or Custodian:
Email address: [email protected]


As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
You are the parent, guardian, or custodian of the applicant
Signature of Applicant Date

Electronically Received by VA: 2017-01-17
Confirmation #: V-EBC-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"guardianEmail":"[email protected]"
},
"applicantServed": "Yes",
"isActiveDuty": true,
"isActiveDuty": false,
"toursOfDuty": [{
"dateRange": {
"from": "2010-06-26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Education or Career Goal:

Served in the armed forces?: Yes

Are You Now On Active Duty?: YES
Are You Now On Active Duty?: NO

Do you have any new periods of service to record since you last applied for
education benefits? YES
Expand Down Expand Up @@ -99,8 +99,8 @@ Address of Parent, Guardian or Custodian:
Email address: [email protected]


As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
You are the parent, guardian, or custodian of the applicant
Signature of Applicant Date

Electronically Received by VA: 2017-01-17
Confirmation #: V-EBC-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Address of Parent, Guardian or Custodian:
Email address: [email protected]


Certification and Signature of Applicant
You are the parent, guardian, or custodian of the applicant
Signature of Applicant Date

Electronically Received by VA: 2017-01-17
Expand Down

0 comments on commit bd72868

Please sign in to comment.