use HomeOrHoldingBranch to determine if a return is valid or not
authorpaul <paul.poulain@biblibre.com>
Tue, 1 Apr 2008 14:01:36 +0000 (16:01 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Apr 2008 07:52:49 +0000 (02:52 -0500)
commit0bf436a0eadf0e89f0513409b6a03e05e7254f18
tree505e182becde7274a48e5037f2a88d9f607c903a
parent32cfac05cfc1099794451f230d04fb01ebb377a4
use HomeOrHoldingBranch to determine if a return is valid or not

in fact, i'm not 100% sure of this bugfix : I don't see the case where a return should be done directly to homebranch, when the check out has been done at holdingbranch
so maybe we could hardcode 'holdingbranch' instead of using HomeOrHoldingBranch

the patch as written won't break anything existing.

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