From 5f59d9cc62b4ee4e35bb779c7c1512b4d4d0f5b5 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 c32368d622..15cab1425e 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.11.0