http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11157 Bug ID: 11157 Summary: Placing a simple item-level hold for serials. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: olli-antti.kivilahti@jns.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Our patrons want to place holds on a serial item. This is problematic when we have thousands of serial items in our DB. The traditional opac-reserve.pl/.tt way of placing a item-level hold is impossible. Extending opac-reserve.pl/.tt to accept a itemnumber as a parameter to display and preselect only the desired item, without ever SELECTing all the items+biblios+bibitems unnecessarily. Also important to disable the default "Place hold"-mechanism for serial records and replace it with "Place hold" for each serial item so a item-level hold can be initiated straight from the items-display table in opac-detail.tt. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.