https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25605
Marco Abi-Ramia <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105357|0 |1 is obsolete| | --- Comment #2 from Marco Abi-Ramia <[email protected]> --- Created attachment 108509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108509&action=edit 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
