[Koha-bugs] [Bug 19585] Inventory: Allow additional separators in a barcode file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 30 14:19:08 CET 2019


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

--- Comment #12 from Frédéric Demians <frederic at 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.


More information about the Koha-bugs mailing list