https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3142 --- Comment #14 from Jonathan Druart <jonathan.druart+koha@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.