Treat permanent failure for letters the same as cancelled

This commit is contained in:
Chris Hill-Scott
2019-01-14 09:57:36 +00:00
parent c1158d7d70
commit 5c4ff09d48
3 changed files with 3 additions and 3 deletions

View File

@@ -144,7 +144,7 @@
{% macro notification_status_field(notification) %}
{% set displayed_on_single_line = notification.status in ['created', 'pending', 'pending-virus-check', 'sending', 'sent', 'delivered', 'returned-letter', 'accepted', 'received'] %}
{% set displayed_on_single_line = notification.status in ['created', 'pending', 'pending-virus-check', 'sending', 'sent', 'delivered', 'returned-letter', 'accepted', 'received', 'permanent-failure'] %}
{% if not notification %}
{% call field(align='right') %}{% endcall %}