[Koha-bugs] [Bug 3142] Standardize how OPAC and staff determine requestability

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 23 10:29:32 CEST 2021


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

--- Comment #14 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to David Cook from comment #9)
> Comment on attachment 122284 [details] [review]
> Bug 3142: Add itemlost, withdrawn and onloan
> 
> Review of attachment 122284 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: Koha/Items.pm
> @@ +53,5 @@
> > +            itemlost   => 0,
> > +            withdrawn  => 0,
> > +            notforloan => { '<=' => 0 }
> > +            ,    # items with negative or zero notforloan value are holdable
> > +            onloan => undef,
> 
> Why is onloan undef here? 

I removed it and kept it in Koha::Items->filter_by_for_hold

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list