From d7d07b8b99494233b6d82e11a655a478a54a35d3 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 24 May 2022 14:53:51 +0100 Subject: [PATCH] Add LA org mapping --- app/services/imports/organisation_import_service.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/imports/organisation_import_service.rb b/app/services/imports/organisation_import_service.rb index 77f00ed0d..a43901b2e 100644 --- a/app/services/imports/organisation_import_service.rb +++ b/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)