mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Fix incorrect numbers for free text message count
We were looking at the wrong field in the JSON.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
) }}
|
||||
{% else %}
|
||||
{{ big_number(
|
||||
service.free_sms_limit - service.sms_remainder,
|
||||
service.sms_billable_units,
|
||||
'free text messages sent',
|
||||
smallest=True
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user