Bugzilla – Attachment 42314 Details for
Bug 12252
OAI-PMH GetRecord result doesn't include item data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 12252: (follow-up) Fix error raised on comment 69 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12252#c69
SIGNED-OFF-Bug-12252-follow-up-Fix-error-raised-on.patch (text/plain), 984 bytes, created by
Gaetan Boisson
on 2015-09-03 12:44:45 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12252: (follow-up) Fix error raised on comment 69 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12252#c69
Filename:
MIME Type:
Creator:
Gaetan Boisson
Created:
2015-09-03 12:44:45 UTC
Size:
984 bytes
patch
obsolete
>From 3ab67090aabf3bd0b9f4e34fb62d6b6605e1e598 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 27 Aug 2015 14:28:50 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 12252: (follow-up) Fix error raised on > comment 69 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12252#c69 > >Signed-off-by: Gaetan Boisson <gaetan.boisson@biblibre.com> >--- > opac/oai.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/oai.pl b/opac/oai.pl >index 6620846..7f49f47 100755 >--- a/opac/oai.pl >+++ b/opac/oai.pl >@@ -334,7 +334,7 @@ sub new { > # We fetch it using this method, rather than the database directly, > # so it'll include the item data > my $marcxml; >- $marcxml = $repository->get_biblio_marcxml->($biblionumber, $args{metadataPrefix}) >+ $marcxml = $repository->get_biblio_marcxml($biblionumber, $args{metadataPrefix}) > unless $deleted; > my $oai_sets = GetOAISetsBiblio($biblionumber); > my @setSpecs; >-- >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 12252
:
28228
|
28229
|
28243
|
28344
|
28345
|
29159
|
29160
|
33120
|
33121
|
33122
|
34890
|
35006
|
35007
|
35008
|
35009
|
35010
|
35011
|
41135
|
41136
|
41137
|
41138
|
41139
|
41140
|
41175
|
41176
|
41177
|
41178
|
41179
|
41180
|
42018
|
42019
|
42020
|
42021
|
42022
|
42023
|
42024
|
42314
|
42575
|
42576
|
42577
|
42578
|
42579
|
42580
|
42581