https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17387
--- Comment #8 from David Cook <[email protected]> --- (In reply to Michaela Sieber from comment #7) > Yes, this should be a core feature! > > Maybe the InLibro Plugin is a good start ? > > https://github.com/inLibro/koha-plugin-undelete-records I ended up using this as inspiration for a pure SQL undelete for 1 bib record (and attached items) I needed to undelete. I should look at biblio_metadata again, as it seems that the ID wasn't able to be restored. Had to use a new ID... which is reminiscent of that autoincrement bug. Hmm... it was an old database. (I noticed the InLibro code also gets a new ID for restoring biblio_metadata, so must be a more common issue?) -- You are receiving this mail because: 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/
