1479 |
$q .= q| and ( (allrecords,AlwaysMatches='') and (not-onloan-count,st-numeric >= 1) and (lost,st-numeric=0) )|; |
1479 |
$q .= q| and ( (allrecords,AlwaysMatches='') and (not-onloan-count,st-numeric >= 1) and (lost,st-numeric=0) )|; |
1482 |
$q .= ' and '.join(' and ', @limits) if @limits; |
1482 |
$q .= ' and '.join(' and ', @limits) if @limits; |