Change service billing details

View page that lets you change service billing details and
update details on form submission.
This commit is contained in:
Pea Tyczynska
2021-01-25 15:40:49 +00:00
parent 73031962a7
commit 8f21caa87a
5 changed files with 110 additions and 2 deletions

View File

@@ -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=[