Bug 41984 - The biblio title should include 245$h when displayed in the patron-hold-table
Summary: The biblio title should include 245$h when displayed in the patron-hold-table
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Lucas Gass (lukeg)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-03 21:18 UTC by Lucas Gass (lukeg)
Modified: 2026-03-03 21:28 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41984: Add biblio.medium to holds.js title display (1.31 KB, patch)
2026-03-03 21:22 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2026-03-03 21:18:44 UTC
To recreate:
1. Have a biblio with a 245$h ( biblio.medium )
2. Place a hold on that title 
3. Visit both members/moremember.pl and circ/circulation.pl to view the patron hold table. 
4. Go to the Holds tab
5. Notice the title displays but not the 245$h. 


biblio-title.inc includes the 245$h, so for consistency we should also display it here.
Comment 1 Lucas Gass (lukeg) 2026-03-03 21:22:07 UTC
Created attachment 194413 [details] [review]
Bug 41984: Add biblio.medium to holds.js title display

To test:
1. Have a biblio with a 245$h ( biblio.medium )
2. Place a hold on that title
3. Visit both members/moremember.pl and circ/circulation.pl to view the patron hold table.
4. Go to the Holds tab
5. Notice the title displays but not the 245$h.
6. APPLY PATCH, clear browser cache.
7. Try the steps again, this time you should see the 245$h.

Note: I tried to keep the order the same as what I see in biblio-title.inc