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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/