From 2650446d2681e92eea1f2e4369496298540fcc27 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Thu, 7 Apr 2011 16:08:11 +0200 Subject: [PATCH] bug 5579 : Fixes ISBD display Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 534c97d09b..76e4fce9af 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -739,7 +739,7 @@ Return the ISBD view which can be included in opac and intranet sub GetISBDView { my ( $biblionumber, $template ) = @_; - my $record = GetMarcBiblio($biblionumber); + my $record = GetMarcBiblio($biblionumber, 1); my $itemtype = &GetFrameworkCode($biblionumber); my ( $holdingbrtagf, $holdingbrtagsubf ) = &GetMarcFromKohaField( "items.holdingbranch", $itemtype ); my $tagslib = &GetMarcStructure( 1, $itemtype ); -- 2.39.2