notify-api-332 rename organisation

This commit is contained in:
Kenneth Kehl
2023-07-10 11:06:29 -07:00
parent 8be3864d7a
commit 4940d5e93b
42 changed files with 1301 additions and 1274 deletions

View File

@@ -63,7 +63,7 @@ def get_free_sms_fragment_limit(service_id):
if annual_billing is None:
service = Service.query.get(service_id)
# An entry does not exist in annual_billing table for that service and year.
# Set the annual billing to the default free allowance based on the organisation type of the service.
# Set the annual billing to the default free allowance based on the organization type of the service.
annual_billing = set_default_free_allowance_for_service(
service=service,