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

(-)a/circ/pendingreserves.pl (-2 / +1 lines)
Lines 153-159 my %where = ( Link Here
153
    'itembib.itemlost' => 0,
153
    'itembib.itemlost' => 0,
154
    'itembib.withdrawn' => 0,
154
    'itembib.withdrawn' => 0,
155
    'itembib.notforloan' => 0,
155
    'itembib.notforloan' => 0,
156
    'itembib.itemnumber' => { -not_in => \'SELECT itemnumber FROM branchtransfers WHERE datearrived IS NULL AND datecancelled IS NULL' }
156
    'itembib.itemnumber' => { -not_in => \'SELECT itemnumber FROM branchtransfers WHERE datearrived IS NULL AND datecancelled IS NULL AND datesent IS NULL' }
157
);
157
);
158
158
159
# date boundaries
159
# date boundaries
160
- 

Return to bug 30581