Let people send one off letters

We didn’t used to allow this because it wasn’t really possible with the
old DVLA set up and we didn’t think there’s a need.

We think it’s possible now because, even though it’s cumbersome, it’s
better than the manual process.
This commit is contained in:
Chris Hill-Scott
2018-10-30 14:24:50 +00:00
parent 086b83d65b
commit 3a62946ecd
4 changed files with 90 additions and 40 deletions

View File

@@ -125,6 +125,7 @@ class HeaderNavigation(Navigation):
'check_messages',
'check_messages_preview',
'check_notification',
'check_notification_preview',
'choose_account',
'choose_service',
'choose_template',
@@ -395,6 +396,7 @@ class MainNavigation(Navigation):
'check_and_resend_text_code',
'check_and_resend_verification_code',
'check_messages_preview',
'check_notification_preview',
'choose_account',
'choose_service',
'confirm_edit_organisation_name',
@@ -567,6 +569,7 @@ class CaseworkNavigation(Navigation):
'check_messages',
'check_messages_preview',
'check_notification',
'check_notification_preview',
'choose_account',
'choose_service',
'choose_template_to_copy',
@@ -801,6 +804,7 @@ class OrgNavigation(Navigation):
'check_messages',
'check_messages_preview',
'check_notification',
'check_notification_preview',
'choose_account',
'choose_service',
'choose_template',