[Koha-bugs] [Bug 11634] Allow renewal of item with unfilled holds if other available items can fill those holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 18 14:23:33 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11634

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28212|0                           |1
        is obsolete|                            |
  Attachment #28213|0                           |1
        is obsolete|                            |
  Attachment #28214|0                           |1
        is obsolete|                            |

--- Comment #26 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 31706
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31706&action=edit
Bug 11634 - Allow renewal of item with unfilled holds if other available items
can fill those holds

The current holds behavior in Koha allows a situation like this:
- Patron A has an item currently checked out.
- Patron B places a hold on the next available copy of that title.
- Then Patron A will not be able to renew his item, even if there are
  other available copies of that title that could potentially fill Patron
  B's hold.

Since this seems unfair to Patron A, we should allow renewal of items
even if there are unfilled holds, but those holds could all be filled
with currently available items.

Test Plan:
1) Apply this patch
2) Create a record with two items
3) Check out the item to a patron
4) Place a hold on the record
5) Note you cannot renew the item for the patron
6) Enable the new system preference AllowRenewalIfOtherItemsAvailable
7) Note you can now renew the item, as all the holds can be satisfied
   by available items.
8) Place a second hold on the record
9) Note you can no longer renew the item, as all the holds *cannot*
   be filled by currently available items

Signed-off-by: Holger Meissner <h.meissner.82 at web.de>
Signed-off-by: Chris Rohde <crohde at roseville.ca.us>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list