Skip to content

Commit

Permalink
Update modules/veteran/lib/tasks/update_vso_addresses.rake
Browse files Browse the repository at this point in the history
Co-authored-by: jvcAdHoc <[email protected]>
  • Loading branch information
holdenhinkle and jvcAdHoc authored Apr 25, 2024
1 parent 2dc3992 commit ed49985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/veteran/lib/tasks/update_vso_addresses.rake
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ namespace :veteran do
num_records_errored = 0

ADDRESSES.each do |org|
record = Veteran::Service::Organization.find(org['POA'])
record = Veteran::Service::Organization.find(org[:poa])
record.update(address_line1: org[:address_line1], address_line2: org[:address_line2],
address_line3: org[:address_line3], city: org[:city], state_code: org[:state_code], zip_code: org[:zip_code], zip_suffix: org[:zip_suffix]) # rubocop:disable Layout/LineLength

Expand Down

0 comments on commit ed49985

Please sign in to comment.