Bugzilla – Attachment 125213 Details for
Bug 20551
Add option for including deleted records in export_records.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20551: Rename "marcflavour" field to "schema"
Bug-20551-Rename-marcflavour-field-to-schema.patch (text/plain), 888 bytes, created by
David Gustafsson
on 2021-09-23 16:39:00 UTC
(
hide
)
Description:
Bug 20551: Rename "marcflavour" field to "schema"
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2021-09-23 16:39:00 UTC
Size:
888 bytes
patch
obsolete
>From 6d2bcafbe9db304b6c6f8988193cb9abc200aab6 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Fri, 31 May 2019 12:41:41 +0200 >Subject: [PATCH] Bug 20551: Rename "marcflavour" field to "schema" > >Signed-off-by: Frank Hansen <frank.hansen@ub.lu.se> >--- > 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 ca8b1150ba..83680b50ea 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.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20551
:
73916
|
73923
|
75113
|
82843
|
82914
|
82918
|
90184
|
90190
|
90220
|
93619
|
93620
|
93621
|
105403
|
116408
|
116409
|
116410
|
116411
|
123099
|
123101
|
123102
|
125211
|
125212
|
125213
|
125214
|
125215
|
125216
|
128895
|
128896
|
128897
|
128898
|
128899
|
128900
|
132936
|
132937
|
176623
|
176624
|
176625
|
176626
|
176627
|
176628
|
176629
|
176630
|
176631
|
177536