[Koha-bugs] [Bug 13083] Hard-coded " by " in opac-tags.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 25 14:18:38 CEST 2014


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #2 from Frédéric Demians <frederic at tamil.fr> ---
This is OK for MARC21 but won't be that good for UNIMARC: 

- In MARC21, if you have a title and a subtitle, the title (245$a) ends with
  ':', and so your patch will display correctly separated title and subtile.

- In UNIMARC, puncuation characters are not stored in field, ie the title
  doesn't end with a ':'. The display layer is in charge to add punctuation
  characters. That what UNIMARC XSL is doing.

Am I wrong or do you have already proposed a patch to display tagged biblio
records with XSL?

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


More information about the Koha-bugs mailing list