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

(-)a/C4/Search.pm (-1 / +1 lines)
Lines 1520-1525 sub buildQuery { Link Here
1520
                    and (lost,st-numeric=0)
1520
                    and (lost,st-numeric=0)
1521
                    and (damaged,st-numeric=0)
1521
                    and (damaged,st-numeric=0)
1522
                    and (withdrawn,st-numeric=0)
1522
                    and (withdrawn,st-numeric=0)
1523
                    and (notforloan,st-numeric,ge:0)
1523
                )";
1524
                )";
1524
            $limit_cgi  .= "&limit=available";
1525
            $limit_cgi  .= "&limit=available";
1525
            $limit_desc .= "";
1526
            $limit_desc .= "";
1526
- 

Return to bug 9810