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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 19 Feb 2021 15:38:27 +0000 (16:38 +0100)
commit5dfc3942f6eb42f8201b8e4826c50fdc81fee3aa
treec0f5b2c80f5d42ab864e0ceb30b5a590af0c99cb
parent0e825b548e92b27da3d25809d857f117efaaa4e7
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>
(cherry picked from commit 93bc3af5a9b72d5d15a76648e9b9cd7a963bd05f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/ImportExportFramework.pm