From 20973a7d80d5b7169b5b9192aa94b76766f51136 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 22 May 2023 12:35:02 +0000 Subject: [PATCH] Bug 33792: reserves_stats: Undo homebranch and holdingbranch preselect Content-Type: text/plain; charset=utf-8 This preselect cuts off all next available holds that are in reserves, as well as holds filled by checkout without confirm (see 33791). Test plan: Go to reporting. Click Hold statistics. Verify that Holding library and Home library are not selected. Test that you can still filter by one of those. Signed-off-by: Marcel de Rooy --- .../prog/en/modules/reports/reserves_stats.tt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt index b0b3298d8f..8e0e16a172 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt @@ -338,6 +338,14 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] + + [% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 2.30.2