[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 Aug 19 16:40:30 CEST 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19970|0                           |1
        is obsolete|                            |

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 20466
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20466&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.

Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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


More information about the Koha-bugs mailing list