@@ -, +, @@ --- C4/Search.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -1544,6 +1544,7 @@ sub buildQuery { and (lost,st-numeric=0) and (damaged,st-numeric=0) and (withdrawn,st-numeric=0) + and (notforloan,st-numeric,ge:0) )"; $limit_cgi .= "&limit=available"; $limit_desc .= ""; --