[Koha-bugs] [Bug 21415] Set maxreserves by borrower category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 3 15:37:45 CEST 2018


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

--- Comment #2 from Andrew <andrew at bywatersolutions.com> ---
Hi Katrin! I should have spelled out the use case a bit more, as I don't
believe it can be accomplished with the existing syspref and circ matrix. The
library wants:

Patron Category A can place holds on:
Up to 20 books
Up to 20 dvds
Up to 20 cds
But not more than 20 items total across all three item types

Patron Category B can place holds on:
Up to 100 items total across all item types with no specific limits per item
type

So we set the circ matrix as:
Patron A, Book, 20 holds
Patron A, DVD, 20 holds
Patron A, CD, 20 holds
Patron B, All item types, 100 holds

With that circ matrix setup, if we set MaxReserves to 20 then patron category A
works as desired but category B is limited to 20 holds. If we set MaxReserves
to 100, then category B works as desired but category A can have up to 60 holds
total (20 of each item type).

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


More information about the Koha-bugs mailing list