[Koha-bugs] [Bug 32729] 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
Mon Mar 11 11:11:09 CET 2024


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

--- Comment #4 from Lari Strand <lmstrand at gmail.com> ---
Created attachment 163019
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163019&action=edit
Bug 32729: Drop constraint to items.itemnumber from old_issues-table

This patch removes the constraint from old_issues table to the items table so a
deleted item's itemnumber will be preserved in the old issues table.

To test:

1. Apply patch
2. run updatedatabase.pl
3. Check constraint old_issues_ibfk_2 has been dropped

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


More information about the Koha-bugs mailing list