Save TO as soon as we get a number

This commit is contained in:
richard-dds
2018-10-26 11:12:55 -04:00
parent afa4743eec
commit c70720d66f
3 changed files with 48 additions and 5 deletions

View File

@@ -157,7 +157,6 @@ class Requests(object):
@classmethod
def update_financial_verification(cls, request_id, financial_data, task_order=None):
request = RequestsQuery.get_with_lock(request_id)
if task_order:
request.task_order = task_order