[Koha-bugs] [Bug 3224] New: inventory tool does not accept dos newlines

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Thu May 14 09:35:52 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3224

           Summary: inventory tool does not accept dos newlines
           Product: Koha
           Version: HEAD
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Tools
        AssignedTo: rch at liblime.com
        ReportedBy: rch at liblime.com
                CC: maria.laude at liblime.com
   Estimated Hours: 0.0
 Change sponsored?: ---


Some Windows-generated barcode files may fail to load due to incompatible line
endings.

Also, an incorrect sql query fills the logs looking for issues.wthdrawn instead
of items.wthdrawn, though this doesn't really break anything.

Lastly, the script tests for an $item return from GetItem.  In the case of a
dos-newline file, GetItem returns a (mostly) empty hash, not undef, so the
script incorrectly reports success.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list