In search results, Do not show "not for loan" description if false (=0). Items with false value in "notforloan" will be in available ones so there is no need to show it.
Created attachment 3731 [details] [review] Proposed patch
Can you describe the circumstances under which this bug can be observed? Perhaps include a screenshot?
I've looked into actual code : The line modified by this patch is in a conditional section : $item->{notforloan} > 0 So the notforloan can't be 0 in this place. This bug is obsolete.