Don't use service default postage, but template postage instead

This commit is contained in:
Pea Tyczynska
2019-02-04 17:28:14 +00:00
parent 64aff0ba05
commit b07f16b9a0
4 changed files with 3 additions and 6 deletions

View File

@@ -390,7 +390,7 @@ def get_job_partials(job, template):
if notifications['notifications']:
postage = notifications['notifications'][0]['postage']
else:
postage = current_service.postage
postage = template['postage']
counts = render_template(
'partials/jobs/count-letters.html',