]> git.koha-community.org Git - koha.git/commit
Bug 18806: Fix batch revert
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Jun 2017 18:53:18 +0000 (15:53 -0300)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Jul 2017 13:02:06 +0000 (01:02 +1200)
commitc19b0f876bc6c1bdebb2ab5e1db80d0ff9aea0a1
tree6d205d6c0b324475750a50aa41e62e8ef6568f26
parent096d81e1f5f12f96e8aade32a946608de4e1799e
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 <ldjamison@marywood.edu>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 3db0401366b8e099ab2046d68cf20a9f754e1eae)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit eafd2e7299e3db30d0d84d084fa5e49de60fa748)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
tools/manage-marc-import.pl