[Koha-bugs] [Bug 13164] Incorrect ISSN visualization on the normal view if invalid/cancelled ISSN present

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 30 08:48:18 CET 2014


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

Frédéric Demians <frederic at tamil.fr> changed:

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

--- Comment #2 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 32963
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32963&action=edit
Bug 13164: Incorrect ISSN visualization on the normal view if invalid/cancelled
ISSN present

Currently, 022$z (and 011$z for UNIMARC) occurences are not shown, but the XSLT
logic used introduces punctuation characters for those $z occurences.

This patch adds a check for the existence of subfield a, and only loops
on $a subfields.

To test:
- Create/have a record with 022$z (or 011$z on UNIMARC) but no 022$a (no 011$a
on UNIMARC).
- Open the detail page for the record (on both OPAC and staff).
=> FAIL: the ISSN label and ';' and '.' characters incorrectly shown.
- Repeat mixing with 022$a occurences to notice the bug.
- Apply the patch, reload
=> SUCCES: ISSN label shows only on the presence of a $a, and $z are skipped.
           no matter how many ISSN fields you add.
- Sign off :-D

Regards
To+

Signed-off-by: Frederic Demians <f.demians at tamil.fr>

Works as described on an UNIMARC DB. Mimics what's done for ISBN field.

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


More information about the Koha-bugs mailing list