Bug 27569: Fix ODS export - take empty string into account
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 1 Feb 2021 14:57:24 +0000 (15:57 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Feb 2021 09:22:13 +0000 (10:22 +0100)
commit93bc3af5a9b72d5d15a76648e9b9cd7a963bd05f
tree2b62cf5b1cc18b0ec7b34ebdd80da88214cac43e
parentf0f1d27dd2160a39bb76fd27ecd8b2b9c6056db5
Bug 27569: Fix ODS export - take empty string into account

If a cell contains an empty string it was not taken into account.

Test plan:
Same as CSV but with ODS

Signed-off-by: Ron Houk <rhouk@ottumwapubliclibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/ImportExportFramework.pm