[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
Tue Jun 13 18:08:10 CEST 2017


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

--- Comment #6 from Marc Véron <veron at veron.ch> ---
Re-tested on current master with patch applied, plack + memcached restarted,
page reloaded, 2 late orders, CSV export, open in editor, result (in one line):

ORDER DATE,ESTIMATED DELIVERY DATE,VENDOR,INFORMATION,TOTAL COST,BASKET,CLAIMS
COUNT,CLAIMED DATE"2017-06-13 (0 days)","06/13/2017","PROBESHOP","Schokolade
Author: Testmann, Hans.","1.00 x 1 = 1.00 (Fund 1)","Probebasket 1
(1)","0","""2017-06-13 (0 days)","06/13/2017","PROBESHOP","Republik im Fokus
Author: Hanisch, Ernst.","2.00 x 1 = 2.00 (Fund 1)","Probebasket 1
(1)","0","",,Total orders in late, 2

If I add the [% '' %] to
koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc I get 4 lines (as
expected):
ORDER DATE,ESTIMATED DELIVERY DATE,VENDOR,INFORMATION,TOTAL COST,BASKET,CLAIMS
COUNT,CLAIMED DATE
"2017-06-13 (0 days)","06/13/2017","PROBESHOP","Schokolade Author: Testmann,
Hans.","1.00 x 1 = 1.00 (Fund 1)","Probebasket 1 (1)","0",""
"2017-06-13 (0 days)","06/13/2017","PROBESHOP","Republik im Fokus Author:
Hanisch, Ernst.","2.00 x 1 = 2.00 (Fund 1)","Probebasket 1 (1)","0",""
,,Total orders in late, 2

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


More information about the Koha-bugs mailing list