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@liblime.com ReportedBy: rch@liblime.com CC: maria.laude@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.