mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Merge branch 'main' into 2721-create-enums-and-replace-hardcoded-status-strings-with-enums-3
This commit is contained in:
@@ -323,7 +323,7 @@ class Service(JSONModel, SortByNameMixin):
|
||||
|
||||
@property
|
||||
def shouldnt_use_govuk_as_sms_sender(self):
|
||||
return self.organization_type != Organization.TYPE_CENTRAL
|
||||
return self.organization_type != Organization.TYPE_FEDERAL
|
||||
|
||||
@cached_property
|
||||
def sms_senders(self):
|
||||
|
||||
Reference in New Issue
Block a user