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

(-)a/opac/opac-MARCdetail.pl (-2 / +2 lines)
Lines 277-283 for ( my $tabloop = 0 ; $tabloop <= 9 ; $tabloop++ ) { Link Here
277
# warning : we may have different number of columns in each row. Thus, we first build a hash, complete it if necessary
277
# warning : we may have different number of columns in each row. Thus, we first build a hash, complete it if necessary
278
# then construct template.
278
# then construct template.
279
# $record has already had all the item fields filtered above.
279
# $record has already had all the item fields filtered above.
280
my @fields = $record->fields();
280
$items->reset();
281
my @fields = map { $_->as_marc_field } $items->as_list;
281
my %witness;    #---- stores the list of subfields used at least once, with the "meaning" of the code
282
my %witness;    #---- stores the list of subfields used at least once, with the "meaning" of the code
282
my @item_subfield_codes;
283
my @item_subfield_codes;
283
my @item_loop;
284
my @item_loop;
284
- 

Return to bug 40481