https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22996 --- Comment #15 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
