Bug 8132: Delete the items in a transaction and rollback if something wrong
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 3 Dec 2019 09:13:38 +0000 (10:13 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 11 May 2020 08:56:17 +0000 (09:56 +0100)
commitc256a30998763c7962a26c72a7c34de284e04f35
treeb961e6bf79cd3d962eb7225af4acb2f002bb5d26
parente8414baf5b69a239b7c2df43b88c027be84794a4
Bug 8132: Delete the items in a transaction and rollback if something wrong

The last_item_for_hold case cannot be guessed (easily), and so we are going to
delete the items in a transaction. If something wrong happened we
rollback and display a list of items that caused the rollback.

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
tools/batchMod.pl