Merge pull request #1594 from alphagov/vb-free-sms-history

Use annual_billing tables at backend for getting and updating free_sm…
This commit is contained in:
Venus Bailey
2017-11-15 14:57:46 +00:00
committed by GitHub
11 changed files with 186 additions and 63 deletions

View File

@@ -200,7 +200,7 @@
{% endcall %}
{% call row() %}
{{ text_field('Free text message allowance')}}
{{ text_field('{:,}'.format(current_service.free_sms_fragment_limit or 0)) }}
{{ text_field('{:,}'.format(free_sms_fragment_limit or 0)) }}
{{ edit_field('Change', url_for('.set_free_sms_allowance', service_id=current_service.id)) }}
{% endcall %}
{% call row() %}