[Bug 15486] Restrict number of holds placed by day
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486 --- Comment #56 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (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)
While it could make sense, I'm just following what's done already in the code. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org