[Koha-bugs] [Bug 26302] OPAC XSLT Results: List variable number of itemcallnumbers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 28 14:46:38 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26302

--- Comment #26 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
David,
This is the culprit:
$sp ||= 1 if $syspref eq 'resultsMaxItems'; # needs default

A zero becomes a 1 here. We should probably test for defined here with //.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list