https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15485 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 52321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52321 Bug 15485: Use lists-specific XSLT sysprefs Review of attachment 52321: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15485&attachment=52321) ----------------------------------------------------------------- ::: opac/opac-shelves.pl @@ +248,4 @@
my $borrower = GetMember( borrowernumber => $loggedinuser );
+ my $xslfile = C4::Context->preference('OPACXSLTListsDisplay');
it seems that || 'default' is missing here, could you confirm? -- You are receiving this mail because: You are watching all bug changes.