[Koha-bugs] [Bug 30541] New: Resolve return claim works but "hangs" if MarkLostItemsAsReturned is set for return claims

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 14 12:58:24 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30541

            Bug ID: 30541
           Summary: Resolve return claim works but "hangs" if
                    MarkLostItemsAsReturned is set for return claims
 Change sponsored?: ---
           Product: Koha
           Version: 21.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Basically, if MarkLostItemsAsReturned is set for return claims, the code will
crash while trying to pull the checkout so it can update the lost status of the
item. This is because the code assumes there must be a checkout and never
checks the old_checkouts table.

This bug appears to only exist in 21.11 at this time. It was fixed by a
combination of bugs 29495 and 28588.

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


More information about the Koha-bugs mailing list