https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21394
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Katrin Fischer <[email protected]> --- Hi Kimberle, this indicates a problem in your data, there is the same reserve_id for an active hold as an already fulfilled hold in your database. Please check About > System information for more information and also see here: https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix The easiest fix is to delete the duplicate id from the old_reserves table with SQL. Then you will be able to fill the other hold. I am marking invalid as this is a database issue that needs to be fixed on system side. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
