]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 27 Jun 2017 14:59:13 +0000 (16:59 +0200)
commiteafd2e7299e3db30d0d84d084fa5e49de60fa748
tree9d4e9d94b87d8a467f0bb987b4e88a9d4f41d68e
parent1c9092c94457e7ed58ce0ba45c466e0f41397e86
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>
tools/manage-marc-import.pl