Bugzilla – Attachment 58031 Details for
Bug 17196
Move marcxml out of the biblioitems table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17196: Fix build_oai_sets.pl
SIGNED-OFF-Bug-17196-Fix-buildoaisetspl.patch (text/plain), 991 bytes, created by
Josef Moravec
on 2016-12-07 21:25:56 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17196: Fix build_oai_sets.pl
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-12-07 21:25:56 UTC
Size:
991 bytes
patch
obsolete
>From 77585d0e4db539190c53665f5bf3e98c1dfeabf3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 6 Dec 2016 19:01:04 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 17196: Fix build_oai_sets.pl > >The wrong value was retrieved. > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > misc/migration_tools/build_oai_sets.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/build_oai_sets.pl b/misc/migration_tools/build_oai_sets.pl >index 822e2f9..926b1db 100755 >--- a/misc/migration_tools/build_oai_sets.pl >+++ b/misc/migration_tools/build_oai_sets.pl >@@ -108,7 +108,7 @@ my $i = 1; > my $sets_biblios = {}; > foreach my $res (@$results) { > my $biblionumber = $res->{'biblionumber'}; >- my $marcxml = $res->{'marcxml'}; >+ my $marcxml = $res->{'metadata'}; > if($verbose and $i % 1000 == 0) { > my $percent = ($i * 100) / $num_biblios; > $percent = sprintf("%.2f", $percent); >-- >2.1.4
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 17196
:
54910
|
54911
|
54912
|
54913
|
54914
|
54918
|
55856
|
55857
|
55858
|
55859
|
55860
|
55904
|
55905
|
55906
|
55907
|
55908
|
55921
|
55922
|
55950
|
55951
|
56038
|
57835
|
57836
|
57837
|
57838
|
57839
|
57840
|
57841
|
57842
|
58000
|
58007
|
58008
|
58023
|
58024
|
58025
|
58026
|
58027
|
58028
|
58029
|
58030
|
58031
|
58032
|
58037
|
58038
|
58039
|
58040
|
58041
|
58042
|
58043
|
58044
|
58045
|
58046
|
58047
|
58048
|
58504
|
58505
|
58506
|
58507
|
58508
|
58509
|
58510
|
58511
|
58512
|
58513
|
58514
|
58516
|
58517
|
58923
|
58924
|
58925
|
58926
|
58927
|
58928
|
58929
|
58930
|
58931
|
58932
|
58933
|
58934
|
58935
|
58936
|
58937
|
58938
|
58939
|
58943
|
58946
|
58947