Summary: | checking in an item that needs to be transferred home, and is on-hold for a patron, causes dual transfer message box | ||
---|---|---|---|
Product: | Koha | Reporter: | D Ruth Holloway <ruth> |
Component: | Circulation | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, koha.sekjal, wizzyrea |
Version: | rel_3_2 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Proposed patch |
Description
D Ruth Holloway
2011-03-30 13:05:00 UTC
Created attachment 3537 [details] [review] Proposed patch from druthb Patch pushd please test This bug is mentioned in: Bug 6004/3270: Sending things "home" http://lists.koha-community.org/pipermail/koha-patches/2011-March/014361.html 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. There have been no further reports of problems so I am marking this bug resolved. |