Merge branch 'new/enh/bug_5579' into kcmaster
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 20 Apr 2011 23:48:11 +0000 (11:48 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 20 Apr 2011 23:48:11 +0000 (11:48 +1200)
Conflicts:
C4/Biblio.pm

1  2 
C4/Biblio.pm

diff --cc C4/Biblio.pm
@@@ -760,8 -753,7 +753,8 @@@ Return the ISBD view which can be inclu
  
  sub GetISBDView {
      my ( $biblionumber, $template ) = @_;
-     my $record   = GetMarcBiblio($biblionumber);
+     my $record   = GetMarcBiblio($biblionumber, 1);
 +    return undef unless defined $record;
      my $itemtype = &GetFrameworkCode($biblionumber);
      my ( $holdingbrtagf, $holdingbrtagsubf ) = &GetMarcFromKohaField( "items.holdingbranch", $itemtype );
      my $tagslib = &GetMarcStructure( 1, $itemtype );