bug 2893: extend conditions handled by AllowNotForLoanOverride
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 17 Jun 2009 13:00:57 +0000 (08:00 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:39 +0000 (23:19 +0200)
commit6733015247bb1f7520d47a8db31d15864fdc1274
treedb7318ece6babf75157c9820e432ed5134da357d
parentcf7cc284e8f13b5c488254ec1a0eca16968dfb53
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