Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
[koha.git] / catalogue / MARCdetail.pl
index 72e6709..2b967df 100755 (executable)
@@ -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 ) {