Koha/Koha/Filter/MARC
Julian Maurice 61ca4deee3 Bug 18579: Fix call to append_fields, fix tests
MARC::Record::append_fields takes a list of MARC::Field (not an arrayref)

Use $record->subfield() instead of $record->field()->subfield() to avoid errors
when field doesn't exist

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-05-12 08:43:18 -04:00
..
EmbedItemsAvailability.pm Bug 18579: Fix call to append_fields, fix tests 2017-05-12 08:43:18 -04:00
EmbedSeeFromHeadings.pm
Null.pm
ViewPolicy.pm