create system request review when request is automatically approved because its financial info was found in EDA

This commit is contained in:
dandds
2018-11-05 15:27:33 -05:00
parent 66a10f2d2f
commit da74cfd708
3 changed files with 34 additions and 4 deletions

View File

@@ -241,7 +241,7 @@ def update_financial_verification(request_id):
)
if updated_request.task_order.verified:
workspace = Requests.approve_and_create_workspace(updated_request)
workspace = Requests.auto_approve_and_create_workspace(updated_request)
return redirect(
url_for(
"workspaces.new_project", workspace_id=workspace.id, newWorkspace=True