mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Organisation billing details visible on organisation settings page
This commit is contained in:
@@ -219,6 +219,10 @@ def organisation_json(
|
||||
organisation_type='central',
|
||||
request_to_go_live_notes=None,
|
||||
notes=None,
|
||||
billing_contact_email_addresses=None,
|
||||
billing_contact_names=None,
|
||||
billing_reference=None,
|
||||
purchase_order_number=None
|
||||
):
|
||||
if users is None:
|
||||
users = []
|
||||
@@ -244,6 +248,10 @@ def organisation_json(
|
||||
'request_to_go_live_notes': request_to_go_live_notes,
|
||||
'count_of_live_services': len(services),
|
||||
'notes': notes,
|
||||
'billing_contact_email_addresses': billing_contact_email_addresses,
|
||||
'billing_contact_names': billing_contact_names,
|
||||
'billing_reference': billing_reference,
|
||||
'purchase_order_number': purchase_order_number,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user