From bdd5c5a3ef6f7832a61d81a378fd1cc636b29b14 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 20 Nov 2025 14:38:01 +0000 Subject: [PATCH] Bug 34069: Allow for multiselection of branch and category --- .../tools/restore_deleted_borrowers.tt | 40 +++++++++++++++++-- tools/restore_deleted_borrowers.pl | 18 ++++++--- 2 files changed, 48 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/restore_deleted_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/restore_deleted_borrowers.tt index 184647b4233..6b904274504 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/restore_deleted_borrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/restore_deleted_borrowers.tt @@ -11,6 +11,11 @@ [% t("Restore deleted patrons") | html %] › [% t("Tools") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] + @@ -127,7 +132,7 @@
  • - [% FOREACH cat IN Categories.all() %] @@ -136,7 +141,7 @@
  • - [% IF can_view_all_libraries %] [% END %] @@ -284,11 +289,38 @@ [% INCLUDE 'calendar.inc' %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'select2.inc' %]