@@ -, +, @@ opac-detail --- opac/opac-detail.pl | 2 -- 1 file changed, 2 deletions(-) --- a/opac/opac-detail.pl +++ a/opac/opac-detail.pl @@ -784,7 +784,6 @@ if (scalar(@itemloop) == 0 || scalar(@otheritemloop) == 0) { } my $marcnotesarray = $biblio->get_marc_notes({ marcflavour => $marcflavour, opac => 1 }); -my $marcauthorsarray = $biblio->get_marc_authors; if( C4::Context->preference('ArticleRequests') ) { my $patron = $borrowernumber ? Koha::Patrons->find($borrowernumber) : undef; @@ -800,7 +799,6 @@ if( C4::Context->preference('ArticleRequests') ) { my $norequests = ! $biblio->items->filter_by_for_hold->count; $template->param( MARCNOTES => $marcnotesarray, - MARCAUTHORS => $marcauthorsarray, norequests => $norequests, RequestOnOpac => C4::Context->preference("RequestOnOpac"), itemdata_ccode => $itemfields{ccode}, --