<<

NAME

Koha::Filter::MARC::Null - an example filter that does nothing but allow us to run tests

SYNOPSIS

DESCRIPTION

Filter to allow us to run unit tests and regression tests against the RecordProcessor.

filter

    my $newrecord = $filter->filter($record);
    my $newrecords = $filter->filter(\@records);

Return the original record.

<<