https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33657 Michael Hafen <michael.hafen@washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |FIXED --- Comment #3 from Michael Hafen <michael.hafen@washk12.org> --- That would effect the file upload field, as per the code. The barcode list field is processed separately from the upload field, and does not reference the BarcodeSeparators system preference. I have already removed the \s from the BarcodeSeparators system preference. Looking at the page again, the field hint states that there should be one barcode per line. I don't think the BarcodeSeparators system preference should be applied to the field, and I also thing the field should split on space. I could understand stripping space from the beginning and/or the end of a barcode, but that's not what is currently done. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.