30 Jan
2019
30 Jan
'19
6:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585 --- Comment #12 from Frédéric Demians <frederic@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.