Fix incorrect numbers for free text message count

We were looking at the wrong field in the JSON.
This commit is contained in:
Chris Hill-Scott
2020-02-28 16:38:35 +00:00
parent d2d5510376
commit 39c3d14350
2 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@
) }}
{% else %}
{{ big_number(
service.free_sms_limit - service.sms_remainder,
service.sms_billable_units,
'free text messages sent',
smallest=True
) }}