When the syspref CSVDelimiter is set to "," koha will tell the user it's actually set to "#". We must not have escaped something properly. To recreate: - set CSVDelimiter to "commas" - reload the page - see the syspref says "#'s" instead - inspect the dropdown, see no value is designated as selected in the html - in reports, SELECT * FROM systempreferences WHERE variable='CSVDelimited' - see the value = , - set CSVDelimiter to "slashes" - reload the page - see the syspref correctly says "slashes" - inspect the dropdown, see "slashes" is selected
This happens also in version 24.05.