mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-19 05:54:18 -04:00
nhs_central is crown org and also we do not update org type while
updating service anymore.
This commit is contained in:
@@ -328,7 +328,9 @@ ORGANISATION_TYPES = [
|
||||
"central", "local", "nhs_central",
|
||||
"nhs_local", "emergency_service", "school_or_college", "other",
|
||||
]
|
||||
NON_CROWN_ORGANISATION_TYPES = ["local", "nhs_central", "nhs_local", "emergency_service", "school_or_college"]
|
||||
|
||||
CROWN_ORGANISATION_TYPES = ["nhs_central"]
|
||||
NON_CROWN_ORGANISATION_TYPES = ["local", "nhs_local", "emergency_service", "school_or_college"]
|
||||
|
||||
|
||||
class OrganisationTypes(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user