Summary: | ReservesNeedReturns allows multiple patrons to have the same item set to 'waiting' | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kelly, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12011 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4812 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Kyle M Hall (khall)
2018-03-15 13:43:56 UTC
What is the expected behavior? When two patrons place a hold on the same item with ReservesNeedReturns set to "Automatically" I would imagine the second return should do nothing when it comes to holds, since the item is already waiting for a different patron. (In reply to Victor Grousset/tuxayo from comment #1) > What is the expected behavior? > > When two patrons place a hold on the same item with ReservesNeedReturns set > to "Automatically" In Koha 17.11.07, we are finding that if the sys pref ReservesNeedReturns is set to Automatically, and an item level hold is placed on a item that is currently checked out, this item is automatically set to waiting and displays on Patrons account that it is ready and waiting. On the OPAC it also will display that this hold is waiting to the Patron when they are logged in. |