http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

David Cook <dc...@prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dc...@prosentient.com.au

--- Comment #51 from David Cook <dc...@prosentient.com.au> ---
Just poking around on the XSLTs, and noticed that this system preference
doesn't work as it should.

1) The XSL logic for showing "location" and "ccode" is wrong. Those should be
"xsl:if" tests rather than "xsl:when" tests. Currently, if you have "available"
items and "reference" items, only locations/ccodes for the "available" items
will be shown. The "xsl:choose" will stop at the first successful "xsl:when"
test and then ignores the rest. 

'tis an easy fix.

2) The "reference" code is missing a test for $OPACItemLocation='callnum'". 

(It also doesn't support "singleBranchMode", although "singleBranchMode" on the
XSLTs doesn't necessarily make much sense to me either...since it still
organizes by branch without showing the branch...)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to