Bug 39357 - Wrong sidebar menu on batch checkout page
Summary: Wrong sidebar menu on batch checkout page
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 38718
Blocks:
  Show dependency treegraph
 
Reported: 2025-03-17 12:26 UTC by Owen Leonard
Modified: 2025-03-19 10:56 UTC (History)
3 users (show)

See Also:
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:


Attachments
Bug 39357: Wrong sidebar menu on batch checkout page (1.47 KB, patch)
2025-03-17 12:31 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 39357: Wrong sidebar menu on batch checkout page (1.54 KB, patch)
2025-03-17 12:49 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!