Lines 103-109
if ($show_results) {
Link Here
|
103 |
my @results_set = (); |
103 |
my @results_set = (); |
104 |
my @items =(); |
104 |
my @items =(); |
105 |
# This code needs to be refactored using these subs... |
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++ ) { |
106 |
for ( my $i = 0 ; $i < $hits ; $i++ ) { |
108 |
my @row_data= (); |
107 |
my @row_data= (); |
109 |
#DEBUG Notes: Decode the MARC record from each resulting MARC record... |
108 |
#DEBUG Notes: Decode the MARC record from each resulting MARC record... |
110 |
- |
|
|