http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14170
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
