[Koha-bugs] [Bug 6004] checking in an item that needs to be transferred home, and is on-hold for a patron, causes dual transfer message box

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 22 23:14:28 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6004

Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.walls at bywatersolutions.
                   |                            |com

--- Comment #4 from Ian Walls <ian.walls at bywatersolutions.com> 2011-04-22 21:14:28 UTC ---
The definition of $hbr is problematic in this patch

$hbr is defined as HomeOrHoldingBranchReturn, not uniformly homebranch, which
is fine, set it to homebranch, and you're good to go, but if you're in
IndependantBranches, that means you can't check the item back in at the library
that issued it.  If you have it set to holdingbranch then you won't be prompted
to transfer it to it's homebranch if you have AutoItemReturn set to yes; it'll
just stay at the holdingbranch

Tere's no way in IndependantBranches to send the item home automatically
 if HomeOrHoldingBranchReturn = homebranch, you can't check it back in.
 if HomeOrHoldingBranchReturn = holdingbranch, it stays where it's returned

HomeOrHoldingBranchReturn is being used two different ways in AddReturn, once
to define which branch the items is allowed to be returned to (in
IndependantBranches mode) and the other to determine where it should go after
return.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list