bug 2273: not-for-loan item should not fill hold request
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 23 Jun 2008 16:15:01 +0000 (11:15 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 25 Jun 2008 16:39:19 +0000 (11:39 -0500)
commit98e2db8278ac72aeb30a815502c083f7e2fb6ffc
tree34cd96dae39d01dcbfca4bf3174a092d51314c48
parent4bc2303598883b45a6198003ae160c393f8a5b8c
bug 2273: not-for-loan item should not fill hold request

If an item is not for loan (i.e., items.notforloan is not null),
do not use it to fill a title-level hold request when
item is checked in.  Prior to this patch, a notforloan item
could fill a request - CheckReserves() was checking only
the item's item type's not for loan flag.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Reserves.pm