This commit is contained in:
Montana
2019-01-31 11:40:06 -05:00
parent 40780bf244
commit 2e3450ed8b
6 changed files with 56 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ class TaskOrder(Base, mixins.TimestampsMixin):
so_dod_id = Column(String) # DOD ID
number = Column(String, unique=True) # Task Order Number
loa = Column(String) # Line of Accounting (LOA)
custom_clauses = Column(String) # Custom Clauses
custom_clauses = Column(String) # Custom Clauses
@hybrid_property
def csp_estimate(self):