[Koha-bugs] [Bug 18806] Cannot revert a batch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 20:54:30 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18806

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 64298
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64298&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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list