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(), })