https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32729 Bug ID: 32729 Summary: Deleting an item removes the itemnumber from old_issues when it probably should not Change sponsored?: --- Product: Koha Version: 22.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com I ran across this when troubleshooting lifetime savings on ISSUESLIPs. To recreate: 1. Checkout an item and check it back in. 2. Look at the old_issues tabe ( select itemnumber from old_issues; ) 3. See the itemnumber 4. Delete the item. 5. Check old_issues again, the itemnumber is now NULL. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.