[Koha-bugs] [Bug 30430] UNIMARC XSLT : displaying field B_214

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 30 06:56:10 CEST 2022


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

--- Comment #17 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 136760
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136760&action=edit
Bug 30430: (QA follow-up) Several fixes

Several fixes :

- Replace tab with spaces

tag_210 :
- Class 'value' and not 'valeur'
- Loop on subfields must restrict to abcdg otherwise last() may not be
  correct (ie 214r and 214s)

tag_214 :
- Condition for coma after b should be same as after a : "position() != last()"

tag_210 and tag_214 :
- Space before ':' like in other fields
- ':' before c or g does not exist in opac, removed from intranet file
- Search links in intranet fixed (where composed with opac-search ^^)
- Search links using 'str:encode-uri' like other places
- Simplify title attribute with only 'Search for publisher' => Bad idea
  to use double quotes in a text

tag_214_s and tag_214_r :
- Loop on field+subfield otherwise last() may not be correct

I've fixed intranet and copied to OPAC (only adapted search links)

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


More information about the Koha-bugs mailing list