[Koha-bugs] [Bug 15486] Restrict number of holds placed by day

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 24 17:59:29 CEST 2018


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

--- Comment #68 from Tomás Cohen Arazi <tomascohen at 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)

Done!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list