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

--- Comment #151 from Thibaud Guillot (thibaud_g) 
<[email protected]> ---
(In reply to Mathieu Saby from comment #147)
> Sorry, for me it's not working as it should : 
> 
> In standard rule I defined
> - a circulation matrix : Patron : All, Item type : All, checkouts : 5,
> on-site checkouts : 5
> - a global checkout limits :  Patron : All, Item type : All, checkouts : 8,
> on-site checkouts : 8
> 
> 
> Then I check out items from 1 given library (Centerville) to a patron. Koha
> let me check out 8 items before showing an error message. It should be 5
> items...
> 
> You need to add steps in your test plan to make sure Koha is not applying
> the "global" limit that way.

Hello Mathieu, 

The feature currently works as you describe, given that it is integrated into
the function which will "get effective rule", if it is defined in global
checkouts limits and in the circulation rules matrix it will be the one which
will be returned to supplant the operation on all branches.

If comparisons of quotas have to be made I fear that this will somewhat
complicate its use and implementation. But I welcome opinions on this subject.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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