[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 Aug 2 16:51:59 CEST 2023


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

Sam Lau <samalau at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #154140|0                           |1
        is obsolete|                            |

--- Comment #8 from Sam Lau <samalau at gmail.com> ---
Created attachment 154159
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154159&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: Catalyst IT
Signed-off-by: Sam Lau <samalau at gmail.com>

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


More information about the Koha-bugs mailing list