bug 2893: extend conditions handled by AllowNotForLoanOverride
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 17 Jun 2009 13:00:57 +0000 (08:00 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 19 Jun 2009 11:01:27 +0000 (06:01 -0500)
commit09279e2334dccef8b37ceda8e7e0526bac40a8ff
tree9abdb6c1915d27878450e275e19ec4f8522e16a3
parent5dd3a9c157ef091729dbea78db9ace8c21b63338
bug 2893: extend conditions handled by AllowNotForLoanOverride

Prior to this patch, turning AllowNotForLoanOverride on
allowed the circ operator to permit the loan of an
item who's individual not-for-loan flag was set, but did
not allow the loan of an item whose item type's not-for-loan
flag was set.  This patch extends the definition of the
system preference so that both cases are covered.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Circulation.pm