add broadcast service permission

This commit is contained in:
Leo Hemsted
2020-06-30 10:11:17 +01:00
parent ee8270aa2c
commit 8b3aa43101
4 changed files with 5 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ class Service(JSONModel):
'international_sms',
'upload_document',
'upload_letters',
'broadcast',
)
@classmethod