Lines 250-257
if ( $op eq 'view' ) {
Link Here
|
250 |
|
250 |
|
251 |
my @items; |
251 |
my @items; |
252 |
while ( my $content = $contents->next ) { |
252 |
while ( my $content = $contents->next ) { |
253 |
my $this_item; |
|
|
254 |
my $biblionumber = $content->biblionumber->biblionumber; |
253 |
my $biblionumber = $content->biblionumber->biblionumber; |
|
|
254 |
my $this_item = GetBiblioData($biblionumber); |
255 |
my $record = GetMarcBiblio($biblionumber); |
255 |
my $record = GetMarcBiblio($biblionumber); |
256 |
|
256 |
|
257 |
if ( C4::Context->preference("OPACXSLTResultsDisplay") ) { |
257 |
if ( C4::Context->preference("OPACXSLTResultsDisplay") ) { |
258 |
- |
|
|