View | Details | Raw Unified | Return to bug 9810
Collapse All | Expand All

(-)a/C4/Search.pm (-1 / +1 lines)
Lines 1544-1549 sub buildQuery { Link Here
1544
                    and (lost,st-numeric=0)
1544
                    and (lost,st-numeric=0)
1545
                    and (damaged,st-numeric=0)
1545
                    and (damaged,st-numeric=0)
1546
                    and (withdrawn,st-numeric=0)
1546
                    and (withdrawn,st-numeric=0)
1547
                    and (notforloan,st-numeric,ge:0)
1547
                )";
1548
                )";
1548
            $limit_cgi  .= "&limit=available";
1549
            $limit_cgi  .= "&limit=available";
1549
            $limit_desc .= "";
1550
            $limit_desc .= "";
1550
- 

Return to bug 9810