https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18806
Lee Jamison <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64298|0 |1 is obsolete| | --- Comment #2 from Lee Jamison <[email protected]> --- Created attachment 64371 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64371&action=edit Bug 18806: Fix batch revert Since bug 18242: When a biblio is deleted, a new transaction is created. tools/manage-marc-import.pl use the AutoCommit flag, which does not allow nested transaction. AutoCommit must not be used. Test plan: Import a batch, then revert it. The biblios must have been correctly deleted, they were not before this patch Signed-off-by: Lee Jamison <[email protected]> -- 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/
