https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22996 --- Comment #15 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Frédéric Demians from comment #12)
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?
See bug 22996. -- You are receiving this mail because: You are watching all bug changes.