ixed the report URL in the search result in the accounting application.

This commit is contained in:
依瑪貓 2020-07-22 10:27:20 +08:00
parent 968516c472
commit 2335a4b4a8

View File

@ -850,6 +850,7 @@ def search(request):
return render(request, "accounting/search.html", {
"item_list": pagination.items,
"pagination": pagination,
"reports": ReportUrl(),
})