From 2335a4b4a849d3d28d6a0d2d1e2f5e00db872c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 22 Jul 2020 10:27:20 +0800 Subject: [PATCH] ixed the report URL in the search result in the accounting application. --- accounting/views/reports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/accounting/views/reports.py b/accounting/views/reports.py index eea87e6..1ed9ab2 100644 --- a/accounting/views/reports.py +++ b/accounting/views/reports.py @@ -850,6 +850,7 @@ def search(request): return render(request, "accounting/search.html", { "item_list": pagination.items, "pagination": pagination, + "reports": ReportUrl(), })