@@ -, +, @@ http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12252#c69 --- opac/oai.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/oai.pl +++ a/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; --