]> git.koha-community.org Git - koha.git/commit
Bug 37550: Move item check after error handling
authorNick Clemens <nick@bywatersolutions.com>
Thu, 1 Aug 2024 17:37:35 +0000 (17:37 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 7 Nov 2024 16:32:38 +0000 (17:32 +0100)
commit5e15ede505b413b46f36fe428c8e87e5c8217ae4
tree86ed918e399e13952557d07c1c8b1f635d6de68a
parent4ad5cbdb9708774e91a198e5e9a04d548a4503a7
Bug 37550: Move item check after error handling

To test:
1 - Grab the sample file on this bug report
2 - perl misc/migration_tools/bulkmarcimport.pl -b --file=spaceditems.pl -v
3 - An exception for 'Duplicate ID' is thrown and script dies
4 - Apply patch
5 - run script again
6 - The script finishes, no items are added, but record is

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/migration_tools/bulkmarcimport.pl