@@ -, +, @@ --- tools/batch_delete_records.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/batch_delete_records.pl +++ a/tools/batch_delete_records.pl @@ -169,7 +169,7 @@ if ( $op eq 'form' ) { error => ($@ ? $@ : $error), }; $dbh->rollback; - next BIBLIONUMBER; + next RECORD_IDS; } } --