Skip to content

Commit

Permalink
Update vets json schema (#914)
Browse files Browse the repository at this point in the history
* update vets json schema

* add previous benefits va file number to 5490 spool
  • Loading branch information
lihanli authored Apr 13, 2017
1 parent 91341b6 commit d90fc39
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/department-of-veterans-affairs/vets-json-schema
revision: 7ef76dfb7e334a23db5b663a8c0dff15747748f6
revision: 69416130cb487d1aa63d58632a1c33ccec4ce134
branch: master
specs:
vets_json_schema (2.1.1)
vets_json_schema (2.2.0)
multi_json (~> 1.0)
script_utils (= 0.0.4)

Expand Down
2 changes: 2 additions & 0 deletions app/workers/education_form/templates/5490.erb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Name of individual on whose account previously claimed: <%= full_name(@applicant

SSN of individual on whose account previously claimed: <%= @applicant.previousBenefits&.veteranSocialSecurityNumber %>

VA File Number for previously claimed benefits: <%= @applicant.previousBenefits&.vaFileNumber %>


ACTIVE DUTY SERVICE INFORMATION
-------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"first": "Mark",
"last": "Olson"
},
"veteranSocialSecurityNumber": "111223333"
"veteranSocialSecurityNumber": "111223333",
"vaFileNumber": "c12345679"
},
"highSchool": {
"name": "PS1",
Expand Down
2 changes: 2 additions & 0 deletions spec/fixtures/education_benefits_claims/5490/kitchen_sink.spl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ Name of individual on whose account previously claimed: Mark Olson

SSN of individual on whose account previously claimed: 111223333

VA File Number for previously claimed benefits: c12345679


ACTIVE DUTY SERVICE INFORMATION
-------------------------------
Expand Down
2 changes: 2 additions & 0 deletions spec/fixtures/education_benefits_claims/5490/simple.spl
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Name of individual on whose account previously claimed:

SSN of individual on whose account previously claimed:

VA File Number for previously claimed benefits:


ACTIVE DUTY SERVICE INFORMATION
-------------------------------
Expand Down

0 comments on commit d90fc39

Please sign in to comment.