https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486
--- Comment #68 from Tomás Cohen Arazi <[email protected]> --- (In reply to M. Tompsett from comment #53) > Comment on attachment 71317 [details] [review] > Bug 15486: Extend CanItemBeReserved so it handles daily holds limits > > Review of attachment 71317 [details] [review]: > ----------------------------------------------------------------- > > ::: C4/Reserves.pm > @@ +300,4 @@ > > my $ruleitemtype; # itemtype of the matching issuing rule > > my $allowedreserves = 0; # Total number of holds allowed across all > > records > > my $holds_per_record = 1; # Total number of holds allowed for this one > > given record > > + my $holds_per_day = 0; # Total number of holds allowed per day for > > the given patron > > Shouldn't this default to undef? (i.e. unlimited) Done! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
