Bug 15263: (follow-up) XSLT display fetches sysprefs for every result processed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 10 Mar 2016 14:47:36 +0000 (14:47 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 4 May 2016 13:40:34 +0000 (13:40 +0000)
commitcb36f36382d0c471e5d16be17a6f813d81c5ebc9
treebd55504397438f66556326230346261bb1cd4b05
parentdd73cb4ce956cec068d819269f0c038427a9d55a
Bug 15263: (follow-up) XSLT display fetches sysprefs for every result processed

Set variables ($sysxml, $xslfilename, $lang) if they are not passed to
the subroutine. This happens from catalogue/detail.pl,
opac/opac-shelves.pl, opac/opac-tags.pl and virtualshelves/shelves.pl.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Search.pm
C4/XSLT.pm