mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
Change service billing details
View page that lets you change service billing details and update details on form submission.
This commit is contained in:
@@ -1686,6 +1686,13 @@ class EditServiceNotesForm(StripWhitespaceForm):
|
||||
notes = TextAreaField(validators=[])
|
||||
|
||||
|
||||
class ServiceBillingDetailsForm(StripWhitespaceForm):
|
||||
billing_contact_email_address = GovukTextInputField('Billing contact email address')
|
||||
billing_contact_name = GovukTextInputField('Billing contact name')
|
||||
billing_reference = GovukTextInputField('Billing reference')
|
||||
purchase_order_number = GovukTextInputField('Purchase order number')
|
||||
|
||||
|
||||
class ServiceLetterContactBlockForm(StripWhitespaceForm):
|
||||
letter_contact_block = TextAreaField(
|
||||
validators=[
|
||||
|
||||
Reference in New Issue
Block a user