]> git.koha-community.org Git - koha.git/commit
Bug 9523: importing staged bib records hangs if a matched bib has been deleted
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 7 Feb 2013 14:57:47 +0000 (09:57 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 27 Apr 2013 06:07:41 +0000 (18:07 +1200)
commit9e2b58b582531859fbdede3b327c18b5f7db8e6e
tree86911c2aa7e52a8e0f1481c521b35d13dd080d9a
parent75334ca55de4f15484cc524ad827d5862aa99ccd
Bug 9523: importing staged bib records hangs if a matched bib has been deleted

Test Plan:
1) Stage a MARC record file that will have matches with existing records
2) Delete the bib from Koha that was matched on
3) Attempt to import the records into Koha, the import will hang
4) Apply the patch
5) Reload manage-marc-import.pl and attempt to import again, this time it should succeed.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/ImportBatch.pm