[Koha-bugs] [Bug 10625] Inventory/Stocktaking tool cannot handle windows file uploads

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 22 20:34:18 CEST 2013


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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 19858
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19858&action=edit
Bug 10625 - Inventory/Stocktaking tool cannot handle windows file uploads

The inventory/stocktaking tool interprets windows text editor file as a
single large barcode because the text editor only uses carriage returns
for line breaks, rather than a carriage return and line break
combination. This tools should be able to handle \r, \n, and/or \r\n.

Test Plan:
1) Download the attached sample file of barcodes
2) Upload this file to the inventory/stocktaking tool.
   For this test, it doesn't matter that these barcodes aren't
   cataloged in your system.
3) Note that the "barcode not found" is a single extremely long barcode
4) Apply this patch
5) Repeat step 2
6) Note that you now get a "barcode not found" error for each barcode
   individually.

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


More information about the Koha-bugs mailing list