@@ -, +, @@ Availability: Items available for loan: Centerville (3) . Items available for reference: Centerville Staff Collection (1) . Not available: TEST (2). MOVING (1). Withdrawn (2). --- C4/XSLT.pm | 1 - .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) --- a/C4/XSLT.pm +++ a/C4/XSLT.pm @@ -177,7 +177,6 @@ sub get_xslt_sysprefs { OpenURLText OPACShowMusicalInscripts OPACPlayMusicalInscripts / ) { my $sp = C4::Context->preference( $syspref ); - $sp ||= 1 if $syspref eq 'resultsMaxItems'; # needs default next unless defined($sp); $sysxml .= "$sp\n"; } --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1281,7 +1281,7 @@ - + Call number: @@ -1309,7 +1309,7 @@ ( ) - + Call number: @@ -1335,7 +1335,7 @@ ( ) - + Call number: @@ -1379,7 +1379,7 @@ ( ) - + Call number: --