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

            Bug ID: 9886
           Summary: ParseLetter removes so-called punctuation characters
                    from fields
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: [email protected]
          Reporter: [email protected]

This line in C4::Letters, sub parseletter:
    $val =~ s/\p{P}(?=$)//g if $val;
makes a callnumber like 535 G 48 (18) appear as 535 G 48 (18 on notices.

The right parenthesis at the end is being recogized as general punctuation.

Does anyone know why we should remove "punctuation" from fields such as the
above? I would like to remove this line. Is there a valid reason not to do so?

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to