[Koha-bugs] [Bug 6976] User hold limit can be avoided by users in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 15:02:34 CET 2012


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

--- Comment #15 from Kyle M Hall <kyle.m.hall at gmail.com> ---
(In reply to comment #14)

I cannot really comment on the previous patch, but in my opinion, adding the
max holds to the circulation rules has broken the max holds system. Circ rules
are a combination of Library, Patron Type and Item Type. When using item level
Item Types, we cannot know if placing the hold will violate these rules in
advance, as a given record could have items with different item types. The
holds rules should really be pulled out of the circ rules and given a separate
table where the are set only by Library and Patron Category.

This patch does not address this problem. Since we cannot know if the Holds
Allowed rules will be violated in advance, we must simply rely on maxreserves.

If I am mistaken, or you have an idea that would rectify this situation, please
let me know!

> Kyle,
> 
> As far as I can tell, your patch just a reimplementation of the patch that
> Melia marked as failed QA for only addressing maxreserves. Am I missing
> something?

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


More information about the Koha-bugs mailing list