[Koha-bugs] [Bug 10073] Show ccode or location also if not bound to Authorized Values in XSLT

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 19 14:20:32 CEST 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17520|0                           |1
        is obsolete|                            |

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 17539
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17539&action=edit
Bug 10073: Show ccode or location also if not bound to Authorized Values in
XSLT

If you do not have ccode or location governed by authorized value (you can
release this default connection in the marc structure), these item values are
not passed through in the items section, created by buildKohaItemsNamespace for
XSLTParse4Display.

This simple patch checks if the authorized value hash on ccode or location
returns something and passes the original value in otherwise.

Test plan:
Temporarily disconnect ccode and location from authorized values in MARC
structure.
Edit an item, put some values in location and ccode.
Look at this record via opac search (XSLT enabled). Toggle the value of
OPACItemLocation to show ccode or location before call number.
Restore authorized values-connection when applicable.

Note: Since bug 9995 adjusts OPAC XSLT Results, it may be helpful to apply
these
patches when testing this.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list