[Koha-bugs] [Bug 14170] branchtransfers items need to be cancelled when on loan or a waiting reserve

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 11 18:35:08 CEST 2015


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
It does appear that C4::Circulation::AddIssue closes out any open branch
transfers at the time of checkin with the following query:

UPDATE branchtransfers SET datearrived = now(), tobranch = ?, comments =
'Forced branchtransfer' WHERE itemnumber= ? AND datearrived IS NULL

Where tobranch is the logged in branch.

Have you been able to trigger a scenario where the transfer isn't closed out
when an item is issued?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list