(bug #3409) fix return rules for transfert
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Fri, 10 Jul 2009 12:30:03 +0000 (14:30 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:32 +0000 (23:19 +0200)
commit5da38d9ce6b28f09ef18c0cc5ae0a3664be7e5c3
tree142191d05b4fde15e401258e81317a41175d0c11
parenta81d3419893370f3ea2d825ba2e2e204099e10dc
(bug #3409) fix return rules for transfert

This patch add the use of CircControl and HomeOrHoldingBranch for return and transfert rules.
* ItemHomeLibrary goes to item{HomeOrHoldingBranch}
* PatronLibrary goes to the borrower library
* PickupLibrary depends where the items was checked out, and the actual library.

This add a little improvment that does not re-request each time the circcontrol syspref.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Circulation.pm