implement bailing out of AddReturn if IndependantBranches is on
authorGalen Charlton <gmcharlt@gmail.com>
Sun, 23 Aug 2009 14:01:19 +0000 (10:01 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 23 Aug 2009 14:05:09 +0000 (10:05 -0400)
commit5593a2816471b351a433081ebe292898219840cb
tree1617be2a7f421a55d87e18574a1056da93055059
parent15fbaea348320f1b568581cfb4677f8d4d742b53
implement bailing out of AddReturn if IndependantBranches is on

If IndependantBranches is ON and user attempts to return an
item at a library other than the item's home library, bail out.
This action, which was previously just a suggestion in the code,
is now required to ensure that the item doesn't get its
holdingbranch set to the library at which the attempt to return
the item was made.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Circulation.pm