Bug 25605: Replace NULL values with '' when downloading a report as a tab separated...
authorDidier Gautheron <didier.gautheron@biblibre.com>
Tue, 26 May 2020 11:31:31 +0000 (13:31 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 4 Sep 2020 16:06:41 +0000 (16:06 +0000)
commita02cfb0c6f502744e4caeb5a38783623ffde4ca0
tree0612966ae634a746718752659ed669b93d9c6b46
parent2ea51ab86e7599445c29044c0e7c30db0b3fbbe0
Bug 25605: Replace NULL values with '' when downloading a report as a tab separated text

Test plan :
    1- Create a new report : select * from items;
    2- Run it
    3- Download the report as a tab separated text
    4- There's a lot of 'use of uninitialized value in join or string at ...koha/reports/guided_reports.pl line xxx.'
    in plack-error.log
    5- Apply patch
    6- Restart all
    7- Redo 2 and 3
    8- No more warning.
    9- diff both downloaded files, they must be the same.

Signed-off-by: Marco Abi-Ramia <marco.abi-ramia@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 392a7e1a1ffb327986a5c0cb6863bbb87e43deaf)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
reports/guided_reports.pl