A task order from EDA should trigger an automatic approval
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user