Bug fix 3409 : Adding an internal function to C4::Circulation
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 13 Aug 2009 12:58:26 +0000 (14:58 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 23 Aug 2009 12:24:52 +0000 (08:24 -0400)
commitb00efc7295695e84d67bb5fc00257cd4ff1e81c6
tree3b2e94c9d40aff1859f6898093c7480bcecd61a5
parentb93b407f64143bb0f5ceb40db250f2e82e8c49f3
Bug fix 3409 : Adding an internal function to C4::Circulation

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: Galen Charlton <gmcharlt@gmail.com>
C4/Circulation.pm