X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=catalogue%2FMARCdetail.pl;h=2b967df2e68588ec1171568c9aaa60c289f123e0;hb=f941dc341a25cd6110ed4e4d212ca9a094773297;hp=72e6709e5689c2143b182006a161e0d6a0795e34;hpb=4f44847c11add59ab7d0c55aeffac1fa2835cc1f;p=koha_fer diff --git a/catalogue/MARCdetail.pl b/catalogue/MARCdetail.pl index 72e6709e56..2b967df2e6 100755 --- a/catalogue/MARCdetail.pl +++ b/catalogue/MARCdetail.pl @@ -82,7 +82,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); -my $record = GetMarcBiblio($biblionumber); +my $record = GetMarcBiblio($biblionumber, 1); $template->param( ocoins => GetCOinSBiblio($record) ); if ( not defined $record ) {