[Koha-patches] [PATCH] bug 3195 : Item Transfers and Holds disrupted.

Ryan Higgins rch at liblime.com
Thu May 7 20:19:05 CEST 2009


This follows revert of commit 257a439d (bug 3025).
---
 C4/Reserves.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Reserves.pm b/C4/Reserves.pm
index 30a054b..3593dd8 100644
--- a/C4/Reserves.pm
+++ b/C4/Reserves.pm
@@ -375,7 +375,7 @@ sub GetOtherReserves {
             );
 
             #launch the subroutine dotransfer
-            C4::Circulation::ModItemTransfer(
+            C4::Items::ModItemTransfer(
                 $itemnumber,
                 $iteminfo->{'holdingbranch'},
                 $checkreserves->{'branchcode'}
-- 
1.5.6.2




More information about the Koha-patches mailing list