AddReturn now always updates holdingbranch
authorGalen Charlton <gmcharlt@gmail.com>
Sun, 23 Aug 2009 13:51:50 +0000 (09:51 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 23 Aug 2009 14:05:09 +0000 (10:05 -0400)
commitb59e0166125efdd381078ccf57ef7fd7b03b1cd4
tree262349d6cee490dbdfa838e7d88bee2b6df2b15f
parent223d1fa6e873a94c8960688e5031c34828551f1d
AddReturn now always updates holdingbranch

Prior to this patch, this was done only when returning
an item after it had been out on loan.  Even if the
item had not been on loan, the fact that it was checked
in means that it is now in fact at the new holding library.

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