Merge pull request #272 from dod-ccpo/resubmit-finver-#159047362
Resubmit financial verification #159047362
This commit is contained in:
@@ -39,3 +39,10 @@ class TaskOrder(Base):
|
||||
@property
|
||||
def verified(self):
|
||||
return self.source == Source.EDA
|
||||
|
||||
def to_dictionary(self):
|
||||
return {
|
||||
c.name: getattr(self, c.name)
|
||||
for c in self.__table__.columns
|
||||
if c.name not in ["id", "attachment_id"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user