Add billing details and notes for organisation table

This commit is contained in:
Pea Tyczynska
2021-02-01 14:43:25 +00:00
parent 6a9ac654a6
commit 02bc87c096
2 changed files with 71 additions and 0 deletions

View File

@@ -397,6 +397,12 @@ class Organisation(db.Model):
nullable=True,
)
notes = db.Column(db.Text, nullable=True)
purchase_order_number = db.Column(db.String(255), nullable=True)
billing_contact_names = db.Column(db.Text, nullable=True)
billing_contact_email_addresses = db.Column(db.Text, nullable=True)
billing_reference = db.Column(db.String(255), nullable=True)
@property
def live_services(self):
return [