From eb962c936c0c9c160f1e5cd54b83dafe682581c3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 17 Mar 2025 12:27:22 +0000 Subject: [PATCH] Bug 39357: Wrong sidebar menu on batch checkout page This patch updates the batch checkout page template so that it shows the patron detail sidebar instead of the circulation navigation sidebar. To test, apply the patch and enable BatchCheckouts if necessary. - Open a patron record for checkout. - Click "Batch check out" in the left-hand sidebar. - The sidebar should show patron details and links like "Check out," "Details," etc. Sponsored-by: Athens County Public Libraries --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index f57663ed664..f8ab4c2f2de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -45,7 +45,7 @@ [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] -[% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] +[% SET aside = Koha.Preference('CircSidebar') ? 'circ-menu' : '' %] [% WRAPPER 'main-container.inc' aside=aside %] [% IF patron %] [% INCLUDE 'members-toolbar.inc' %] -- 2.39.5