Merge pull request #2347 from alphagov/fix_templates_history_postage

dao_update_template_reply_to maintains postage in TemplateHistory
This commit is contained in:
Pea (Malgorzata Tyczynska)
2019-02-12 11:05:41 +00:00
committed by GitHub

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,