From f9e79361a725f90ab9037bf6974e50752c11fa12 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 Signed-off-by: Andrew Fuerste Henry --- 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 86127e2e3d..2932f691cb 100644 --- a/Koha/Exporter/Record.pm +++ b/Koha/Exporter/Record.pm @@ -122,7 +122,7 @@ sub _get_deleted_biblio_for_export { { 'biblionumber' => $biblionumber, 'format' => 'marcxml', - 'marcflavour' => $marc_flavour + 'schema' => $marc_flavour } ); my $marc_xml = $biblio_metadata->metadata; -- 2.39.5