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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
            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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to