https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38617 --- Comment #1 from Magnus Enger <magnus@libriotech.no> --- Created attachment 175165 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175165&action=edit Bug 38617: Fix warning about auto increment and biblioitems To reproduce: - Delete a bibliographic, noting the biblionumber (let's call it X) - Run this in the database: UPDATE deletedbiblioitems SET biblionumber = X; - Go to About Koha > System information - Notice the warning compares two tables that are not equivalent: "The following IDs exist in both tables biblio and deletedbiblioitems" To test: - Apply the patch - Reload the System information - The warning should now read: "The following IDs exist in both tables biblioitems and deletedbiblioitems" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.