[Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 23 14:06:52 CEST 2012


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

Marc Véron <veron at veron.ch> changed:

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

--- Comment #4 from Marc Véron <veron at veron.ch> ---
Created attachment 11079
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11079&action=edit
[SIGNED-OFF] Bug 8137 - Checkout limit by patron category for all libraries

We have a patron category Temporary Adult WTMP. Under "Checkout limit by patron
category for all libraries" the limit is set to 5. This limit is not working. I
was able to check out 7 items to a patron in the WTMP category.

If the item's home library is LibA, and the borrower has 4 items checked out
whose home library is LibA, than the item will be checked out ( regardless of
how many items are checked out ). If the borrower has 5 items checked out
whose home library is LibA, Koha will indeed warn of too many checkouts.

I think circcontrol is being mis-used here. It should use the
maxissueqty for the item's home library ( or fallback to the
'all libraries' rule ), but it should still count all issues
from any library

Signed-off-by: Marc Veron <veron at veron.ch>

How I teested:

Set patrons category restriction to 2 checkouts. Set checkout restrictions for
libraries to 10 checkouts.

Without patch, I could checkout more items than allowed by patrons category
restriction (but only if items from different libraries were involved).

With patch, the patrons category restriction was respected (warning: 'Too many
checked out. 2 checked out, only 2 are allowed.').

Patch behaves as described.expected.

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


More information about the Koha-bugs mailing list