https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22996
--- Comment #10 from Marcel de Rooy <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #9) > Marcel, depending on the flexibility we want, I would suggest we use a > different approach (less permissive): > > Barcode separator characters: > - > - Use the following characters as barcode separators: > - pref: BarcodeSeparators > choices: > '\s': space > '\t': tab > .. > > Willing to PQA on this one as a first step, but would like your opinion. The default is whitespace, LF or CR. Almost as restrictive as yours ;) The inventory script already had: /[\n\r,;|-]/ So I think the current approach allows for all tastes. Why cut in flexibility? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
