A task order from EDA should trigger an automatic approval

This commit is contained in:
richard-dds
2018-10-25 16:49:03 -04:00
parent 5c4c361395
commit afa4743eec
2 changed files with 35 additions and 5 deletions

View File

@@ -241,7 +241,7 @@ def update_financial_verification(request_id):
extended=is_extended,
)
if updated_request.is_approved:
if updated_request.task_order.verified:
workspace = Requests.approve_and_create_workspace(updated_request)
return redirect(
url_for(