http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13382
--- Comment #24 from Nick Clemens <[email protected]> --- Created attachment 36515 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36515&action=edit MARC record with contained works When displaying the contained works with this patch the last character is chopped. Presumably this is to remove punctuation, but for an incorrectly punctuated field or field ending in ')' this could be problematic. In the attached record the first 700 contained work is badly punctuated and the word orchestra is trimmed, for others a comma is trimmed and replaced with a ';' separator. When testing it seems to be any character in the last field displayed AFAIK subject fields will trim a '.' on display, but not a ')' so maybe just ensure only certain punctuation is trimmed if possible Probably contained works should be separated by the '|' character as other fields are for consistency throughout -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
