mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -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
|
||||
|
||||
@property
|
||||
def is_active(self):
|
||||
def agreement_active(self):
|
||||
return self.agreement and self.agreement.status == AgreementStatus.active
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user