[Koha-bugs] [Bug 4045] No check for maximum number of allowed holds.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 9 20:24:40 CET 2014


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

--- Comment #57 from Kyle M Hall <kyle at bywatersolutions.com> ---
Owen, how do these results differ from the same tests pre-patch? I think it's
safe to say hold rules are generally on the fritz. The issue is that the code
between opac and intranet holds is not unified. It needs to be done, but it's
gonna be a lot of work. If this patch corrects the holds behavior in at least
one case and doesn't break it in others, I think it should still be pushed.

(In reply to Owen Leonard from comment #56)
> I'm not sure what the test plan is for this, but here's what I just tried in
> the staff client:
> 
>  - Circ rule: NPL patrons of type J limited to 1 hold
> 
>    - Can place multiple holds at once which exceed circ rule
>    - Can place multiple holds at once which exceed maxreserves
>    - Single holds not blocked until maxreserves limit is reached
> 
> - Circ rule: All patrons limited to 1 DVD hold
> 
>    - Can place multiple holds at once which exceed circ rule
>    - Can place multiple holds at once which exceed maxreserves
>    - Single holds not blocked until maxreserves limit is reached
> 
> - Circ rule: Staff patrons limited to 1 Audio book hold
> 
>    - Can place multiple holds at once which exceed circ rule
>    - Can place multiple holds at once which exceed maxreserves
>    - Single holds not blocked until maxreserves limit is reached
> 
> In summary: Circulation rule hold limits by patron type, item type, and/or
> branch do not work. The maxreserves limit rule only works if you place holds
> one at a time.

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


More information about the Koha-bugs mailing list