[Koha-bugs] [Bug 28363] Always use semicolon when preference CSVDelimiter is missing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 17 12:45:57 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28363

--- Comment #1 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 121039
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121039&action=edit
Bug 28363: Always use semicolon when preference CSVDelimiter is missing

Some places use comma as value when preference CSVDelimiter is missing or
empty.
>From installer/data/mysql/mandatory/sysprefs.sql whe see that default install
value is semicolon.

This patch sets semicolon when preference CSVDelimiter is missing.

"We are perl, we love semicolon ;)"

Test plan :
1) With SQL, set system preference 'CSVdelimiter' to empty string.
2) Create CSV export in impacted pages
3) Check columns are separated by semicolon character

https://bugs.koha-community.org/show_bug.cgi?id=28327

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list