https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21394 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |INVALID --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.