https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38617
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175165|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 175949 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175949&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" Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
