|
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 |
- |
|
|