Bug 15290: SQL reports headers encoding problem
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Dec 2015 14:23:54 +0000 (11:23 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 11 Dec 2015 15:18:01 +0000 (15:18 +0000)
commit879b1386ff3a274d0884dc0b48afa6064c35eed7
treee4bbcd7cfebaa929bec38bb6b3782bfd1bbc4f43
parent4f6bcc5cc9c3fff9e009277f20790b6005be005c
Bug 15290: SQL reports headers encoding problem

To test:

- Create an SQL report with column names containing UTF characters
- Run the report
=> FAIL: The column names are double encoded
- Export the report
=> FAIL: The column names are double encoded in the exported file
- Apply the patch
- Re-run the report (reload works)
=> SUCCESS: Encoding correct
- Export the report
=> SUCCESS: Encoding correct
- Sign off :-D

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
reports/guided_reports.pl