[Koha-patches] [PATCH] Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl

Fridolyn SOMERS fridolyn.somers at biblibre.com
Wed Sep 26 16:47:37 CEST 2012


---
 catalogue/MARCdetail.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalogue/MARCdetail.pl b/catalogue/MARCdetail.pl
index 72e6709..2b967df 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 ) {
-- 
1.7.9.5



More information about the Koha-patches mailing list