bug 2157: add ability to 'clean' staged record batches
authorGalen Charlton <gmcharlt@gmail.com>
Mon, 10 Aug 2009 04:18:08 +0000 (00:18 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 11 Aug 2009 00:34:55 +0000 (20:34 -0400)
commitae5b76c89b8a61ad82528ea85d1c3673f3318a09
treeb3808f3ad565a33404ba10997a055f4a9622be54
parentf202faba18ce2b8da223e711cbd5e23b539568e6
bug 2157: add ability to 'clean' staged record batches

batches, it is now possible to 'clean' a batch by
removing all bib and item records staged in the batch.  This
has the effect of helping to reduce database space used
by old import batches as well as removing staged records
from the cataloging reservoir search.  Note that 'cleaning'
a batch affects only the copies of the records that were staged;
if the batch was committed, cleaning the batch does not
affect any bibs and items that were committed into the catalog.

Also note that once you clean a committed batch of records, it is
impossible to undo the previous commit operation.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/ImportBatch.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl
t/lib/KohaTest/ImportBatch.pm
tools/manage-marc-import.pl