[Bug 42856] New: Automatic check-in does not resolve open transfers
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42856 Bug ID: 42856 Summary: Automatic check-in does not resolve open transfers Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com Blocks: 42851 Target Milestone: --- Split off from bug 42851. The automatic check-in process (Koha::Checkouts::automatic_checkin, calling C4/Circulation.pm AddReturn at Koha/Checkouts.pm:88) ignores any WrongTransfer message, so an open transfer can be left orphaned. The use case here needs clarification before implementing: automatic check-in operates on overdue checked-out items by itemtype, so an in-transit (not checked out) item is an edge case. One option is a flag/option to mark check-in of items with open transfers as transfer-complete, or to simply skip and report them. Test plan: 1. Configure an itemtype with automatic_checkin. 2. Construct the edge case where an item has an open transfer at run time. 3. Define and verify agreed behaviour. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42851 [Bug 42851] [OMNIBUS] Items left stuck in transit when checked in outside the staff returns page -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org