mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Change formatting for guidance from list to table. Also rewrite
some of the guidance following content review. Co-authored-by: karlchillmaid <karl.chillmaid@digital.cabinet-office.gov.uk>
This commit is contained in:
@@ -294,9 +294,9 @@ def get_billing_report():
|
||||
rows = [
|
||||
[
|
||||
r["organisation_id"], r["organisation_name"], r["service_id"], r["service_name"],
|
||||
r["sms_cost"], r["sms_chargeable_units"], r["total_letters"], r["letter_cost"], r["letter_breakdown"].strip(),
|
||||
r.get("purchase_order_number"), r.get("contact_names"), r.get("contact_email_addresses"),
|
||||
r.get("billing_reference")
|
||||
r["sms_cost"], r["sms_chargeable_units"], r["total_letters"], r["letter_cost"],
|
||||
r["letter_breakdown"].strip(), r.get("purchase_order_number"), r.get("contact_names"),
|
||||
r.get("contact_email_addresses"), r.get("billing_reference")
|
||||
]
|
||||
for r in result
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user