Use the default reply_to from template

This commit is contained in:
Rebecca Law
2018-01-08 17:11:41 +00:00
parent a052020f84
commit 1634bfb7ad

View File

@@ -93,5 +93,4 @@ def get_reply_to_text(notification_type, sender_id, service, template):
reply_to = dao_get_service_sms_senders_by_id(service.id, sender_id).get_reply_to_text()
else:
reply_to = template.get_reply_to_text()
return reply_to