Remove service.postage and choose_postage permission from the code and tests

This commit is contained in:
Pea Tyczynska
2019-02-11 18:20:34 +00:00
parent a6660b7d91
commit 8ef581de69
6 changed files with 13 additions and 36 deletions

View File

@@ -64,6 +64,7 @@ def dao_update_template_reply_to(template_id, reply_to):
"content": template.content,
"service_id": template.service_id,
"subject": template.subject,
"postage": template.postage,
"created_by_id": template.created_by_id,
"version": template.version,
"archived": template.archived,