https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22996 --- Comment #13 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 92668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92668&action=edit Bug 22996: Add new preference BarcodeSeparators The pref value is used within a regex character class like [pref]. This means that we should precede hyphen with a backslash; the pipe char or dot does not need escaping. Test plan: Run new install or upgrade. Check pref value. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.