|
Lines 209-215
sub shelfpage ($$$$$) {
Link Here
|
| 209 |
my $record = GetMarcBiblio($biblionumber); |
209 |
my $record = GetMarcBiblio($biblionumber); |
| 210 |
$this_item->{XSLTBloc} = |
210 |
$this_item->{XSLTBloc} = |
| 211 |
XSLTParse4Display($biblionumber, $record, 'Results', 'opac') |
211 |
XSLTParse4Display($biblionumber, $record, 'Results', 'opac') |
| 212 |
if C4::Context->preference("OPACXSLTResultsDisplay"); |
212 |
if C4::Context->preference("OPACXSLTResultsDisplay") && $type eq 'opac'; |
| 213 |
|
213 |
|
| 214 |
# the virtualshelfcontents table does not store these columns nor are they retrieved from the items |
214 |
# the virtualshelfcontents table does not store these columns nor are they retrieved from the items |
| 215 |
# and itemtypes tables, so I'm commenting them out for now to quiet the log -crn |
215 |
# and itemtypes tables, so I'm commenting them out for now to quiet the log -crn |
| 216 |
- |
|
|