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 Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
bor_issues_top.pl Bug 21395: (QA follow-up) Remove some introduced issues 2020-06-29 12:37:02 +02:00
borrowers_out.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
borrowers_stats.pl Bug 20443: Use search_with_library_limits for attribute types 2020-03-23 13:49:22 +00:00
cash_register_stats.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
cat_issues_top.pl Bug 16653: (QA follow-up) Avoid a warning and remove unused variables 2018-06-29 19:38:50 +00:00
catalogue_out.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
catalogue_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
dictionary.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
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 Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
issues_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
itemslost.pl Bug 9573: Add missing use statement 2018-02-17 18:32:14 -03:00
itemtypes.plugin Bug 26090: Fix "item types" report 2020-08-18 14:38:41 +02:00
manager.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
orders_by_fund.pl Bug 18736: Use rounding syspref to determine correct prices in calculations 2019-03-21 16:27:09 +00:00
reports-home.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
reserves_stats.pl Bug 21395: Fix QA errors 2020-06-29 12:37:02 +02:00
serials_stats.pl Bug 24940: Serials statistics wizard: order vendor list alphabetically 2020-04-08 11:46:21 +01:00