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

(-)a/labels/label-item-search.pl (-3 lines)
Lines 102-109 if ($show_results) { Link Here
102
    my $hits = $show_results;
102
    my $hits = $show_results;
103
    my @results_set = ();
103
    my @results_set = ();
104
    my @items =();
104
    my @items =();
105
    # This code needs to be refactored using these subs...
106
    #my @items = &GetItemsInfo( $biblio->{biblionumber}, 'intra' );
107
    for ( my $i = 0 ; $i < $hits ; $i++ ) {
105
    for ( my $i = 0 ; $i < $hits ; $i++ ) {
108
        my @row_data= ();
106
        my @row_data= ();
109
        #DEBUG Notes: Decode the MARC record from each resulting MARC record...
107
        #DEBUG Notes: Decode the MARC record from each resulting MARC record...
110
- 

Return to bug 31311