|
Lines 639-645
$variables->{show_analytics_link} = $show_analytics;
Link Here
|
| 639 |
$template->param( |
639 |
$template->param( |
| 640 |
XSLTBloc => XSLTParse4Display({ |
640 |
XSLTBloc => XSLTParse4Display({ |
| 641 |
biblionumber => $biblionumber, |
641 |
biblionumber => $biblionumber, |
| 642 |
record => $record, |
642 |
record => $record->clone(), |
| 643 |
xsl_syspref => 'OPACXSLTDetailsDisplay', |
643 |
xsl_syspref => 'OPACXSLTDetailsDisplay', |
| 644 |
fix_amps => 1, |
644 |
fix_amps => 1, |
| 645 |
xslt_variables => $variables, |
645 |
xslt_variables => $variables, |
| 646 |
- |
|
|