mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Making adjustments to models.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -447,7 +447,7 @@ class Organization(db.Model):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_active(self):
|
def agreement_active(self):
|
||||||
return self.agreement and self.agreement.status == AgreementStatus.active
|
return self.agreement and self.agreement.status == AgreementStatus.active
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user