http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303
--- Comment #42 from Kyle M Hall <[email protected]> --- (In reply to Katrin Fischer from comment #38) > In my database, afer update: > old_issues - 1-18 > issues - 19-20 > - returned 19, 20 > old_issues 1-20 > issues empty > - checked out 2 items > old_issues 1-20 > issues 3,4 My bad! I forget to update the auto_increment value. Silly me expected mysql to use the max(issue_id) + 1 by default ; ) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
