From f941dc341a25cd6110ed4e4d212ca9a094773297 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Wed, 26 Sep 2012 16:46:30 +0200 Subject: [PATCH] Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain --- catalogue/MARCdetail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.39.5