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.
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