remove free sms fragment limit from go live flow

This commit is contained in:
Leo Hemsted
2018-01-16 17:39:28 +00:00
parent 005600c923
commit 2edb1eb704
3 changed files with 2 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ def service_request_to_go_live(service_id):
'message': (
'On behalf of {} ({})\n'
'\n---'
'\nOrganisation type: {} ({:,} free text messages)'
'\nOrganisation type: {}'
'\nMOU in place: {}'
'\nChannel: {}\nStart date: {}\nStart volume: {}'
'\nPeak volume: {}'
@@ -171,7 +171,6 @@ def service_request_to_go_live(service_id):
current_service['name'],
url_for('main.service_dashboard', service_id=current_service['id'], _external=True),
current_service['organisation_type'],
current_service['free_sms_fragment_limit'],
form.mou.data,
formatted_list(filter(None, (
'email' if form.channel_email.data else None,