https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40570 Bug ID: 40570 Summary: CSVDelimiter syspref will not display "commas" when set to "," Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.