[Koha-bugs] [Bug 32729] New: Deleting an item removes the itemnumber from old_issues when it probably should not

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 25 19:34:31 CET 2023


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


More information about the Koha-bugs mailing list