From ff42fbb21d6929301222ef277ad1595f6885be13 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 14 Feb 2025 12:57:33 +0000 Subject: [PATCH] Bug 39141: Add a patron search box on Circulation - Checkout This patch adds a search box when visiting the check out page before a patron has been selected To test: 1 - From Koha home browse to Circulation -> Check out 2 - Note an empty page, though you have the header search forms 3 - Apply patch 4 - Repeate above - now you have a patron search box 5 - Search by name or cardnumber 6 - Confirm search works as expected 7 - Sign off! --- .../prog/en/modules/circ/circulation.tt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index be0237ae5d5..8adbabeb6a7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -989,6 +989,18 @@ [% INCLUDE 'patron-detail-tabs.inc' patronpage = "circ" %] [% ELSIF borrowernumber # IF patron %]
Patron not found. Return to search
+ [% ELSE %] +
+ +
[% END # /IF patron %] [% END %] [% IF Koha.Preference('ClaimReturnedLostValue') || Koha.Preference('BundleLostValue') %] -- 2.39.5