The batch checkout page should have: [% SET aside = Koha.Preference('CircSidebar') ? 'circ-menu' : '' %] ...instead of: [% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] circ-menu.inc is the include file which shows patron details and patron-related links.
Created attachment 179390 [details] [review] 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
Created attachment 179391 [details] [review] 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>
Trivial, skipping QA.
Pushed for 25.05! Well done everyone, thank you!