From 5950807c44a341bdaaff77fa79cf954681dd890e 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" --- 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 a49494d497..a9760c726d 100644 --- a/Koha/Exporter/Record.pm +++ b/Koha/Exporter/Record.pm @@ -123,7 +123,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.11.0