https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22996 --- Comment #12 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Marcel de Rooy from comment #10)
(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?
Would you object to makes this a YAML list so no 'split' is required on the controllers? -- You are receiving this mail because: You are watching all bug changes.