https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18925 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23104 --- Comment #125 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to hannah.co from comment #124)
After updating to 19.05 with this patch included, circulation rules treated "Unlimited" in "Current checkouts allowed" and "Current on-site checkouts allowed" as 0 (zero) instead of infinite. Attempting to checkout items with an "Unlimited" maxissueqty or maxonsiteissueqty resulted in the error "• Too many checked out. 0 checked out, only are allowed.• This patron can't check out this item per library circulation policy"
Circulation was allowed again after changing "Unlimited" to a numerical value.
Currently, leaving the "Current checkouts allowed"/maxissueqty and "Current on-site checkouts allowed"/maxonsiteissueqty blank defaults to "Unlimited". Should either the default value be changed, or the code changed to treat the default value as infinite again, instead of zero?
I have opened bug 23104 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23104 [Bug 23104] Regression (18925) in circ rules - unlimited vs 0 -- You are receiving this mail because: You are watching all bug changes.