Change link leads to edit billing details view

This commit is contained in:
Pea Tyczynska
2021-01-25 14:52:07 +00:00
parent d82f90754f
commit 73031962a7
4 changed files with 28 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ class HeaderNavigation(Navigation):
'edit_organisation_name',
'edit_organisation_type',
'edit_provider',
'edit_service_billing_details',
'edit_service_notes',
'edit_service_template',
'edit_template_postage',
@@ -583,6 +584,7 @@ class MainNavigation(Navigation):
'edit_organisation_name',
'edit_organisation_type',
'edit_provider',
'edit_service_billing_details',
'edit_service_notes',
'edit_sms_provider_ratio',
'edit_user_org_permissions',
@@ -837,6 +839,7 @@ class CaseworkNavigation(Navigation):
'edit_organisation_name',
'edit_organisation_type',
'edit_provider',
'edit_service_billing_details',
'edit_service_notes',
'edit_sms_provider_ratio',
'edit_service_template',
@@ -1161,6 +1164,7 @@ class OrgNavigation(Navigation):
'download_notifications_csv',
'edit_data_retention',
'edit_provider',
'edit_service_billing_details',
'edit_service_notes',
'edit_service_template',
'edit_sms_provider_ratio',