From ca8448978673618116ddca3950b0e0451abaacec 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 --- C4/XSLT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.9.5