Skip to content

Commit

Permalink
add school name and address
Browse files Browse the repository at this point in the history
  • Loading branch information
GcioGregg committed May 20, 2024
1 parent 2d1c015 commit 76e3ea0
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/sidekiq/education_form/templates/1995.erb
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ Type of Education or Training: <%= @applicant.educationType&.titleize %>
Type of Education or Training: <%= @applicant.educationTypeUpdate&.titleize %>
<% end -%>
Education or Career Goal: <%= @applicant.educationObjective %>
<% if Settings.vsp_environment.eql?('production') -%>

New School or Training Establishment:
<%= school_name_and_addr(@applicant.newSchool) %>

<% if Settings.vsp_environment.eql?('production') -%>
Current/Prior School or Training Establishment:
<%= school_name_and_addr(@applicant.oldSchool) %>

Expand Down
3 changes: 3 additions & 0 deletions spec/fixtures/education_benefits_claims/1995/ch1606.spl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Benefit Being Applied For: Chapter30
Type of Education or Training:
Education or Career Goal:

New School or Training Establishment:


ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down
3 changes: 3 additions & 0 deletions spec/fixtures/education_benefits_claims/1995/ch30.spl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Benefit Being Applied For: Chapter1606
Type of Education or Training:
Education or Career Goal:

New School or Training Establishment:


ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ Benefit Being Applied For: Chapter35
Type of Education or Training:
Education or Career Goal:

New School or Training Establishment:


ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Benefit Being Applied For: Chapter1606
Type of Education or Training:
Education or Career Goal:

New School or Training Establishment:


ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down
6 changes: 6 additions & 0 deletions spec/fixtures/education_benefits_claims/1995/ch33_fry.spl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Benefit Being Applied For: Chapter1606
Type of Education or Training: Prep Course For Lo C
Education or Career Goal: bachelor's degree

New School or Training Establishment:
school name
111 UNI DRIVE
MILWAUKEE, WI, 53135
USA

ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down
6 changes: 6 additions & 0 deletions spec/fixtures/education_benefits_claims/1995/ch33_post911.spl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Benefit Being Applied For: Chapter1606
Type of Education or Training: Prep Course For Lo C
Education or Career Goal: bachelor's degree

New School or Training Establishment:
school name
111 UNI DRIVE
MILWAUKEE, WI, 53135
USA

ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down
6 changes: 6 additions & 0 deletions spec/fixtures/education_benefits_claims/1995/kitchen_sink.spl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Benefit Being Applied For: Chapter30
Type of Education or Training: Prep Course For Lo C
Education or Career Goal: bachelor's degree

New School or Training Establishment:
school name
111 UNI DRIVE
MILWAUKEE, WI, 53135
USA

ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down
3 changes: 3 additions & 0 deletions spec/fixtures/education_benefits_claims/1995/minimal.spl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Benefit Being Applied For: Chapter30
Type of Education or Training:
Education or Career Goal:

New School or Training Establishment:


ACTIVE DUTY SERVICE INFORMATION
-------------------------------

Expand Down

0 comments on commit 76e3ea0

Please sign in to comment.