Summary: | OPAC UNIMARC XSLT details : subject with subfield 3 | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | OPAC | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, f.demians, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6314 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed patch
Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 |
Description
Fridolin Somers
2012-09-19 09:43:09 UTC
Created attachment 12334 [details] [review] Proposed patch > Example :
> <datafield tag="606" ind1=" " ind2=" ">
> <subfield code="9">331978</subfield>
> <subfield code="3">027214724</subfield>
> <subfield code="a">Revolution</subfield>
> </datafield>
For me such a field is properly displayed with the current UNIMARC XSL. Could you provide a complete sample record (in ISO2709)?
Sorry I was wrong! I was testing with your patch already applied! Created attachment 12687 [details] [review] Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 Signed-off-by: Frédéric Demians <f.demians@tamil.fr> I can reproduce the bug, and confirm that this patch fix it. The issue arises when $9 come first, and then $3, which is not that usual. QA comment * tiny fix * UNIMARC XSLT related only, no side-effect risk * koha-qa.pl OK passed QA Patch pushed to master No string changes pushed to 3.8.x, will be in 3.8.6 |