[Koha-bugs] [Bug 36101] Deleting an item removes the itemnumber from old_reserves when it should not

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 12 10:55:35 CET 2024


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

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

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

To test:

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

-- 
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