Rebase fixes

This commit is contained in:
richard-dds
2018-10-19 15:33:59 -04:00
parent 99a61aa9a6
commit da7b02d4f0
3 changed files with 3 additions and 27 deletions

View File

@@ -30,9 +30,7 @@ class TaskOrders(object):
if to_data:
# TODO: we need to determine exactly what we're getting and storing from the EDA client
return TaskOrders.create(
number=to_data["contract_no"],
source=Source.EDA,
funding_type=FundingType.PROC,
source=Source.EDA, funding_type=FundingType.PROC, **to_data
)
else: