[PATCH 11/11] [SIGNED-OFF] bug 5579 : Fixes ISBD display

Matthias Meusburger matthias.meusburger at biblibre.com
Thu Apr 7 16:08:11 CEST 2011


Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
---
 C4/Biblio.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index ca24c5f..faeb8b8 100644
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -737,7 +737,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 );
-- 
1.7.1



More information about the Koha-patches mailing list