Bugzilla – Attachment 179391 Details for
Bug 39357
Wrong sidebar menu on batch checkout page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39357: Wrong sidebar menu on batch checkout page
Bug-39357-Wrong-sidebar-menu-on-batch-checkout-pag.patch (text/plain), 1.54 KB, created by
Jonathan Druart
on 2025-03-17 12:49:43 UTC
(
hide
)
Description:
Bug 39357: Wrong sidebar menu on batch checkout page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-17 12:49:43 UTC
Size:
1.54 KB
patch
obsolete
>From 43cb95c4271ac8071634e2fa1b23ad59eb87f494 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../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.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39357
:
179390
| 179391