https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585

--- Comment #12 from Frédéric Demians <frede...@tamil.fr> ---
When playing with this issue, I was comparing inventory tool with Batch item
modification tool. Both tools accept as input a barcodes file.

Barcodes with hyphen are OK in Batch item modification. This regex is used to
split file lines:

  /[\r\n]/

Barcodes with hyphen are not OK in Inventory tool. This regex is used:

  /[\n\r,;|-]/

Wouldn't it make sense to have the same splitting logic in both places?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to