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

(-)a/misc/cronjobs/holds/build_holds_queue.pl (-1 / +1 lines)
Lines 169-174 sub GetItemsAvailableToFillHoldRequestsForBib { Link Here
169
                       AND holdingbranch IS NOT NULL
169
                       AND holdingbranch IS NOT NULL
170
                       AND itemlost = 0
170
                       AND itemlost = 0
171
                       AND wthdrawn = 0
171
                       AND wthdrawn = 0
172
                       AND damaged = 0
172
                       AND items.onloan IS NULL
173
                       AND items.onloan IS NULL
173
                       AND (itemtypes.notforloan IS NULL OR itemtypes.notforloan = 0)
174
                       AND (itemtypes.notforloan IS NULL OR itemtypes.notforloan = 0)
174
                       AND itemnumber NOT IN (
175
                       AND itemnumber NOT IN (
175
- 

Return to bug 4870