From c29f808a7245bfa82c928e7d5e86490856d004c4 Mon Sep 17 00:00:00 2001 From: Gaetan Boisson Date: Tue, 10 Jul 2012 11:20:04 +0200 Subject: [PATCH] Bug 8405 : add IntranetBiblioDefaultView and BiblioDefaultView in XSLT.pm Content-Type: text/plain; charset="UTF-8" Signed-off-by: Jared Camins-Esakov --- C4/XSLT.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index cbe1ff0..ac97e65 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -187,7 +187,7 @@ sub XSLTParse4Display { OPACBaseURL TraceCompleteSubfields UseICU UseAuthoritiesForTracings TraceSubjectSubdivisions Display856uAsImage OPACDisplay856uAsImage - UseControlNumber + UseControlNumber IntranetBiblioDefaultView BiblioDefaultView AlternateHoldingsField AlternateHoldingsSeparator / ) { my $sp = C4::Context->preference( $syspref ); -- 1.7.2.5