Signed-off-by: Galen Charlton <[email protected]>
---
opac/opac-detail.pl | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl
index db4939e..2cb5304 100755
--- a/opac/opac-detail.pl
+++ b/opac/opac-detail.pl
@@ -73,8 +73,7 @@ if ( ! $record ) {
$template->param( biblionumber => $biblionumber );
# XSLT processing of some stuff
if (C4::Context->preference("OPACXSLTDetailsDisplay") ) {
- $template->param(
- 'XSLTBloc' => XSLTParse4Display($biblionumber, $record,
'Detail'),'opac' );
+ $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record,
'Detail', 'opac') );
}
$template->param('OPACShowCheckoutName' =>
C4::Context->preference("OPACShowCheckoutName") );
--
1.7.0
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches