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@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@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.