[Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 16:56:17 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331

--- Comment #14 from Marc Véron <veron at veron.ch> ---
I can fix and reproduce the issue with following steps:

- Apply patch
- restart plack / memcached with every step as appropriate
- Verify that (on my installation) the CSV export is in one line
- Edit empty_line.inc (using vim)
- Set vim to display line breaks (:set list)
- Add a new line after the existing one
- Delete the first line
- Save
- Do a new CSV export -> Success
- Revert all edits (using u in vim)
- Save
- Do a new CSV export -> Fail, export is again on one line

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list