mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Merge pull request #2347 from alphagov/fix_templates_history_postage
dao_update_template_reply_to maintains postage in TemplateHistory
This commit is contained in:
@@ -64,6 +64,7 @@ def dao_update_template_reply_to(template_id, reply_to):
|
|||||||
"content": template.content,
|
"content": template.content,
|
||||||
"service_id": template.service_id,
|
"service_id": template.service_id,
|
||||||
"subject": template.subject,
|
"subject": template.subject,
|
||||||
|
"postage": template.postage,
|
||||||
"created_by_id": template.created_by_id,
|
"created_by_id": template.created_by_id,
|
||||||
"version": template.version,
|
"version": template.version,
|
||||||
"archived": template.archived,
|
"archived": template.archived,
|
||||||
|
|||||||
Reference in New Issue
Block a user