Koha/reports
Didier Gautheron 392a7e1a1f 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>
2020-08-19 09:29:40 +02:00
..
acquisitions_stats.pl
bor_issues_top.pl Bug 21395: (QA follow-up) Remove some introduced issues 2020-06-29 12:37:02 +02:00
borrowers_out.pl
borrowers_stats.pl
cash_register_stats.pl
cat_issues_top.pl
catalogue_out.pl
catalogue_stats.pl
dictionary.pl
guided_reports.pl Bug 25605: Replace NULL values with '' when downloading a report as a tab separated text 2020-08-19 09:29:40 +02:00
issues_avg_stats.pl
issues_stats.pl
itemslost.pl
itemtypes.plugin Bug 26090: Fix "item types" report 2020-08-18 14:38:41 +02:00
manager.pl
orders_by_fund.pl
reports-home.pl
reserves_stats.pl
serials_stats.pl