Skip to content

Commit

Permalink
Split regional office
Browse files Browse the repository at this point in the history
  • Loading branch information
tfink419 committed May 9, 2024
1 parent 233a030 commit 3f68448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/res/ch31_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require_relative 'errors/ch31_errors'
require 'sentry_logging'

# Modified VRE code to new RES service
module RES
class Ch31Form < RES::Service
include SentryLogging
Expand Down Expand Up @@ -98,6 +97,7 @@ def adjusted_veteran_information
vet_info = claim_form_hash['veteranInformation']

vet_info['VAFileNumber'] = vet_info.delete('vaFileNumber') if vet_info.key?('vaFileNumber')
vet_info['stationID'], vet_info['regionalOffice'] = vet_info['regionalOffice'].split(' - ')

vet_info
end
Expand Down

0 comments on commit 3f68448

Please sign in to comment.