Temporarily add generic 'nhs'

This commit is contained in:
Pea Tyczynska
2019-07-19 15:13:24 +01:00
parent aa88252cf7
commit edda816ffa
3 changed files with 3 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ def dao_create_service(
service.crown = organisation.crown
elif service.organisation_type in CROWN_ORGANISATION_TYPES:
service.crown = True
elif service.organisation_type in (NON_CROWN_ORGANISATION_TYPES + ['nhs']):
elif service.organisation_type in NON_CROWN_ORGANISATION_TYPES:
service.crown = False
service.count_as_live = not user.platform_admin