[Koha-bugs] [Bug 6723] New: allow framework import with CRLF

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 15 15:01:31 CEST 2011


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

             Bug #: 6723
           Summary: allow framework import with CRLF
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: System Administration
        AssignedTo: paul.poulain at biblibre.com
        ReportedBy: wvanwanrooij at nextfactory.nl
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com


Created attachment 5018
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5018
patch to allow CRLF line endings on framework import

KOHA uses chomp to remove line endings from CSV import files for frameworks.
Unfortunately, this function does not remove CR (\r) on Linux so Windows
generated files (\r\n) will fail.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list