[Koha-bugs] [Bug 14200] New: GetNormalizedISBN failing to normalize valid ISBNs in some cases

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 14 12:19:19 CEST 2015


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

            Bug ID: 14200
           Summary: GetNormalizedISBN failing to normalize valid ISBNs in
                    some cases
 Change sponsored?: ---
           Product: Koha
           Version: 3.18
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

For some reason the regular expression used to split the multiple ISBN fields
can fail which keeps Business::ISBN from being able to parse out and return a
valid isbn. Using split() instead of the regex fixes the issue.

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


More information about the Koha-bugs mailing list