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

(-)a/cataloguing/addbiblio.pl (-2 / +1 lines)
Lines 592-598 sub build_tabs { Link Here
592
                    }
592
                    }
593
593
594
                    # now, loop again to add parameter subfield that are not in the MARC::Record
594
                    # now, loop again to add parameter subfield that are not in the MARC::Record
595
                    foreach my $subfield ( keys %{ $tagslib->{$tag} } )
595
                    foreach my $subfield ( sort( keys %{ $tagslib->{$tag} } ) )
596
                    {
596
                    {
597
                        next if ( length $subfield != 1 );
597
                        next if ( length $subfield != 1 );
598
                        next if ( $tagslib->{$tag}->{$subfield}->{tab} ne $tabloop );
598
                        next if ( $tagslib->{$tag}->{$subfield}->{tab} ne $tabloop );
599
- 

Return to bug 29511