View | Details | Raw Unified | Return to bug 5579
Collapse All | Expand All

(-)a/C4/Biblio.pm (-2 / +1 lines)
Lines 737-743 Return the ISBD view which can be included in opac and intranet Link Here
737
737
738
sub GetISBDView {
738
sub GetISBDView {
739
    my ( $biblionumber, $template ) = @_;
739
    my ( $biblionumber, $template ) = @_;
740
    my $record   = GetMarcBiblio($biblionumber);
740
    my $record   = GetMarcBiblio($biblionumber, 1);
741
    my $itemtype = &GetFrameworkCode($biblionumber);
741
    my $itemtype = &GetFrameworkCode($biblionumber);
742
    my ( $holdingbrtagf, $holdingbrtagsubf ) = &GetMarcFromKohaField( "items.holdingbranch", $itemtype );
742
    my ( $holdingbrtagf, $holdingbrtagsubf ) = &GetMarcFromKohaField( "items.holdingbranch", $itemtype );
743
    my $tagslib = &GetMarcStructure( 1, $itemtype );
743
    my $tagslib = &GetMarcStructure( 1, $itemtype );
744
- 

Return to bug 5579