From e6915ad02423c44ad66087a4f1c49466ec4c868e Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Thu, 29 Nov 2012 10:30:44 +0100 Subject: [PATCH] Bug 8481 - Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Signed-off-by: Liz Rea --- catalogue/MARCdetail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/MARCdetail.pl b/catalogue/MARCdetail.pl index 0a2974b1aa..de0c21e72d 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); if ( not defined $record ) { # biblionumber invalid -> report and exit -- 2.39.5