[Bug 40486] New: Item type not handled correctly when placing holds in staff interface
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40486 Bug ID: 40486 Summary: Item type not handled correctly when placing holds in staff interface Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, lisette@bywatersolutions.com, tomascohen@gmail.com When using the system preference "AllowHoldItemTypeSelection", you can specify the item type you want for "next available" holds. Unfortunately, on /cgi-bin/koha/reserve/request.pl there is a "Request specific item type:" field at the top under "Hold details" and another under "Hold next available item". Both of these fields get sent, which means that only the 1st one works. (To reproduce, enable that system preference and try to set the item type using the "Request specific item type:" under "Hold next available item". On the hold screen, "Books" won't appear in the "Details" column. Try again using the top field and this time you'll see under "Details" it says "Next available <itemtype> item".) Also, it looks like this "itemtype" isn't passed to CanBookBeReserved. It just goes straight to AddReserve(). (See bug 40475 for more detail.) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40486 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org