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

--- Comment #2 from Nick Clemens <[email protected]> ---
Found from bug 26911 

Set some other values for a rule in the circ matrix then
DELETE FROM circulation_rules WHERE rule_name = 'reservesallowed';

The rules now appear as unlimited, but act as if 0

This line:
 427         $allowedreserves  = $rights->{reservesallowed} //
$allowedreserves;

Previously it did not assign to allowed reserves which is defaulted to 0 at the
beginning of CanItemBeReserved

-- 
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