display real request info for number, description

This commit is contained in:
dandds
2018-09-06 12:08:49 -04:00
parent a6bd27d880
commit 8741e8ee41
2 changed files with 11 additions and 4 deletions

View File

@@ -27,7 +27,8 @@ def approval(request_id):
return render_template(
"requests/approval.html",
data=data,
request_id=request.id,
request_id=request_id,
status=request.status.value,
financial_review=True,
pdf_available=request.task_order and request.task_order.pdf,
)