[Koha-bugs] [Bug 29750] Reserves.pm should check patron category hold policies when finding a reserve for an item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 22 05:23:37 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29750

--- Comment #1 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 128858
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128858&action=edit
Bug 29750: Reserves.pm should check if a patron is eligible to reserve and item
before confirming the reserve

Test plan:
1. Create two patrons, with the following patron categories:
- Patron A -> Patron
- Patron B -> Student
2. Create two items attached to a single biblio record:
- Book
- Continuing resource
3. Create the following circ rules:
Patron category, item type, Holds allowed (total), Holds allowed
(daily), Holds per record (count)
- Patron, Book, 0, 0, 0
- Student, Book, 1, 1, 1
- All, Continuing resources, 1, 1, 1
4. Place a title level hold on the biblio for patron A
5. Place a title level hold on the biblio for patron B
6. Checkin the Book and notice you are prompted to confirm the hold
by Patron A - even though according to circ rules they cannot reserve Books
7. Apply patch and restart services
9. Checkin the Book, and notice you're prompted to confirm the hold
by Patron B

Sponsored-By: Brimbank Library, Australia

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


More information about the Koha-bugs mailing list