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

--- Comment #2 from Andrew <and...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to