@@ -, +, @@ import fails --- tools/stage-marc-import.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/tools/stage-marc-import.pl +++ a/tools/stage-marc-import.pl @@ -156,6 +156,8 @@ if ($completedJobID) { } else { $matcher_failed = 1; } + } else { + $dbh->commit(); } my $results = { --