Remove allow/stop send pdf letters button.

Now that we only use the pdf letter flow, we can remove the button for the platform admin users.
This commit is contained in:
Rebecca Law
2018-02-14 17:09:13 +00:00
parent 24a82b4812
commit 3f52454691
3 changed files with 0 additions and 21 deletions

View File

@@ -37,12 +37,6 @@ def get_service_settings_page(
({'permissions': ['sms']}, '.service_set_inbound_number', {'set_inbound_sms': True}, 'Allow inbound sms'),
(
{'permissions': ['letter', 'letters_as_pdf']},
'.service_switch_send_letters_as_pdf', {}, 'Stop sending letters as PDF'
),
({'permissions': ['letter']}, '.service_switch_send_letters_as_pdf', {}, 'Send letters as PDF'),
({'active': True}, '.archive_service', {}, 'Archive service'),
({'active': True}, '.suspend_service', {}, 'Suspend service'),
({'active': False}, '.resume_service', {}, 'Resume service'),