X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=catalogue%2FMARCdetail.pl;h=2b967df2e68588ec1171568c9aaa60c289f123e0;hb=f941dc341a25cd6110ed4e4d212ca9a094773297;hp=72e6709e5689c2143b182006a161e0d6a0795e34;hpb=c0bd20db7baf330c808a197d5df107249408b664;p=koha.git 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 ) {