bug 5579 : Fixes ISBD display
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Thu, 7 Apr 2011 14:08:11 +0000 (16:08 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 19 Apr 2011 10:35:15 +0000 (22:35 +1200)
Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

C4/Biblio.pm

index 534c97d..76e4fce 100755 (executable)
@@ -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 );