3 Nov
2020
3 Nov
'20
4:47 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26910 --- Comment #2 from Nick Clemens <nick@bywatersolutions.com> --- 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.