Browse Source

fix test broken by changes

pull/1388/head
Arthur Campbell 3 years ago
parent
commit
76d7ec14e3
  1. 1
      app/services/imports/sales_logs_import_service.rb

1
app/services/imports/sales_logs_import_service.rb

@ -54,7 +54,6 @@ module Imports
attributes["details_known_#{index}"] = details_known(index, attributes)
end
attributes["national"] = unsafe_string_as_integer(xml_doc, "P1Nat")
attributes["othernational"] = nil
attributes["ethnic"] = unsafe_string_as_integer(xml_doc, "P1Eth")
attributes["ethnic_group"] = ethnic_group(attributes["ethnic"])
attributes["buy1livein"] = unsafe_string_as_integer(xml_doc, "LiveInBuyer1")

Loading…
Cancel
Save