[Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 15 08:48:10 CEST 2020


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
What happens:
- When LANG (or any authorised value) is used with a subfield, Koha will
replace the codes in the MARCXML with the descriptions, before it is processed
by the XSLT, so

041$ager

Turns into:

041$aGerman

The XSLT currently expects language codes, not descriptions. So when it gets
handed a description, it will turn it into "Unknown language".

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


More information about the Koha-bugs mailing list