bug 2423: actually ignore already-imported records
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 30 Jul 2008 23:08:02 +0000 (18:08 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 1 Aug 2008 04:01:40 +0000 (23:01 -0500)
commite37f6a385a07d2b474add5d272827ebb405a6c88
treef69ca918db9541fa4207d335c192c8e7d7164d25
parentcee7483d52622291d58a4f8327a67b108ea653a4
bug 2423: actually ignore already-imported records

When recommiting a partially completed MARC
record batch, records that were already imported
(or had an error status) were being processed
again, leading to duplicate bibs.  Corrected
so that these records are actually ignored.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/ImportBatch.pm