Bug 41984

Summary: The biblio title should include 245$h when displayed in the patron-hold-table
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CatalogingAssignee: Lucas Gass (lukeg) <lucas>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
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

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