From 5fa75b0eab4bd516e87b0ee541806b262127e5bf Mon Sep 17 00:00:00 2001 From: Emmi Takkinen Date: Wed, 5 Mar 2025 10:09:02 +0200 Subject: [PATCH 15/15] Bug 36135: Batch clear hold notes and use select2 in multiple filters This patch adds ability to clear hold note from all selected holds. It also adds select2 to libraries and holds status filters. --- .../prog/en/modules/tools/batch_modify_holds.tt | 14 ++++++++++++++ tools/batch_modify_holds.pl | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt index ce5900c01f..d1493f81a1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt @@ -136,6 +136,7 @@ Suspend holds Suspend until New hold note + Clear hold notes @@ -162,6 +163,9 @@ + + + @@ -185,6 +189,7 @@ [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'select2.inc' %] [% INCLUDE 'js-patron-format.inc' %] [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]