Browse Source

Add LA org mapping

pull/619/head
baarkerlounger 3 years ago
parent
commit
d7d07b8b99
  1. 1
      app/services/imports/organisation_import_service.rb

1
app/services/imports/organisation_import_service.rb

@ -8,6 +8,7 @@ module Imports
PROVIDER_TYPE = {
"HOUSING-ASSOCIATION" => Organisation.provider_types[:PRP],
"LOCAL-AUTHORITY" => Organisation.provider_types[:LA]
}.freeze
def create_organisation(xml_document)

Loading…
Cancel
Save