Bug 39357

Summary: Wrong sidebar menu on batch checkout page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: CirculationAssignee: Owen Leonard <oleonard>
Status: Pushed to main --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Bug Depends on: 38718    
Bug Blocks:    
Attachments: Bug 39357: Wrong sidebar menu on batch checkout page
Bug 39357: Wrong sidebar menu on batch checkout page

Description Owen Leonard 2025-03-17 12:26:39 UTC
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.
Comment 1 Owen Leonard 2025-03-17 12:31:05 UTC
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
Comment 2 Jonathan Druart 2025-03-17 12:49:43 UTC
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>
Comment 3 Jonathan Druart 2025-03-17 12:50:01 UTC
Trivial, skipping QA.
Comment 4 Katrin Fischer 2025-03-19 10:56:45 UTC
Pushed for 25.05!

Well done everyone, thank you!