[Koha-bugs] [Bug 28327] System preference CSVdelimiter special case for tabulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 22 00:08:59 CEST 2021


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #120877|0                           |1
        is obsolete|                            |

--- Comment #24 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 126682
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126682&action=edit
Bug 28327: CSVdelimiter special case for tabulation in templates

System preference 'CSVdelimiter' has a special case for tabulation.
Preference value contains string 'tabulation' but string '\t' must be used in
CSV file.

This is OK in many places, for exemple Bug 17590.

This patch fixed when preference is fetch in template.

Test plan :
1) Set system preference 'CSVdelimiter' = 'tabs'.
2) Create CSV export in impacted pages
3) Check columns are separated by tabulation character and not string
'tabulation'

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


More information about the Koha-bugs mailing list