https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35036
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Katrin Fischer <[email protected]> --- There are some issues with this this patch set: * If a library does the ending . at the end of fields, it will now keep showing. As we always always remove it, that will be inconsistent. The chop punctuation is thought to remove that ending dot, but the problem is that we cannot distinguish between an abbreviation dot and the field ending punctuation. This is not only a problem for 246, it's a general known issue. * Removing the common separator | on the staff results page doesn't give the expected result (missing space at least, but also no longer consistent) Other title: TitleA : RemainderA.TitleB : RamainderB. I think if we want to change this, we need to find a general solution and apply it to more than only the 246 field. I believe this needs more thought. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
