From 6b3be6d901ae318c287cb33a07de066a63180186 Mon Sep 17 00:00:00 2001 From: David Gustafsson Date: Fri, 31 May 2019 12:41:41 +0200 Subject: [PATCH] Bug 20551: Rename "marcflavour" field to "schema" Signed-off-by: Frank Hansen --- Koha/Exporter/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Exporter/Record.pm b/Koha/Exporter/Record.pm index 82bf54c0698..8596cad2fc6 100644 --- a/Koha/Exporter/Record.pm +++ b/Koha/Exporter/Record.pm @@ -125,7 +125,7 @@ sub _get_deleted_biblio_for_export { my $biblio_metadata = $resultset->find({ 'biblionumber' => $biblionumber, 'format' => 'marcxml', - 'marcflavour' => $marc_flavour + 'schema' => $marc_flavour }); my $marc_xml = $biblio_metadata->metadata; $marc_xml = StripNonXmlChars($marc_xml); -- 2.39.5