From 348687cd03ad19b826aef489f87390a38f9a7448 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 18 Oct 2018 10:18:24 -0400 Subject: [PATCH] Ensure that task order PDF makes it into the FV form --- atst/routes/requests/financial_verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/routes/requests/financial_verification.py b/atst/routes/requests/financial_verification.py index 74a3d748..0c887393 100644 --- a/atst/routes/requests/financial_verification.py +++ b/atst/routes/requests/financial_verification.py @@ -171,7 +171,7 @@ def financial_verification(request_id): @requests_bp.route("/requests/verify/", methods=["POST"]) def update_financial_verification(request_id): request = Requests.get(g.current_user, request_id) - fv_data = http_request.form + fv_data = {**http_request.form, **http_request.files} is_extended = http_request.args.get("extended") try: