]> git.koha-community.org Git - koha.git/commit
Bug 17590 - Exporting reports as CSV with 'delimiter' SysPref set to 'tabulation...
authorNick Clemens <nick@bywatersolutions.com>
Tue, 8 Nov 2016 17:26:36 +0000 (17:26 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 30 Nov 2016 13:32:56 +0000 (14:32 +0100)
commit3323882bcb455470c782e89b2597499dcd23d738
treec33ebe559f698a7cdad886bd9cf10006966b34f9
parent564f86dd981f0403401539d17614da1423abb308
Bug 17590 - Exporting reports as CSV with 'delimiter' SysPref set to 'tabulation' creates files with 't' as separator

To test:
Set 'delimiter' system preference to 'tabs'
Export a report as csv
Open the file in text editor and note fields separated by character 't'
Apply patch
Export report as CSV
Open file in text editor and note tabs are used to separate fields

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
tabs now, no errors.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit b4d94a5ea4a3d9dac4295c53497cbb25e1b1212b)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
reports/guided_reports.pl