From d5f87cb2d0b1bb66e132a66c9bcb7daebd84e3df Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 2 Apr 2021 09:07:37 +0000 Subject: [PATCH] Bug 26302: Add syspref resultsMaxItemsUnavailable Content-Type: text/plain; charset=utf-8 This is the number of call numbers displayed for unavailable categories in the results XSLT. --- C4/XSLT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 77e56077f1..716bdc10c5 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -173,7 +173,7 @@ sub get_xslt_sysprefs { TrackClicks opacthemes IdRef OpacSuppression OPACResultsLibrary OPACShowOpenURL OpenURLResolverURL OpenURLImageLocation - resultsMaxItems + resultsMaxItems resultsMaxItemsUnavailable OpenURLText OPACShowMusicalInscripts OPACPlayMusicalInscripts / ) { my $sp = C4::Context->preference( $syspref ); -- 2.20.1