Bug 5164 - overdue script and csv
Summary: overdue script and csv
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: PATCH-Sent (DO NOT USE) enhancement (vote)
Assignee: Paul Poulain
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks: 5992
  Show dependency treegraph
 
Reported: 2010-08-24 10:03 UTC by Nahuel Angelinetti
Modified: 2012-10-26 00:41 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Proposed Patch (1.04 KB, patch)
2011-03-31 22:01 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nahuel Angelinetti 2010-08-24 10:03:18 UTC
The CSV sent by email contains 2 times the column name, and it contains empty lines, that break the publiposting.
Comment 1 Chris Cormack 2011-03-31 22:01:28 UTC
Created attachment 3595 [details] [review]
Proposed Patch
Comment 2 Chris Cormack 2011-05-30 08:16:46 UTC
This patch doesn't seem to do anything, it sets and populates a value $content, but then that is not used.

I think that line 592 should be changed from 
content => join( "\n", @output_chunks ) 
to
content => $content

Is that right?
Comment 3 Paul Poulain 2011-05-30 08:33:11 UTC
I think you're right.
We can cancel this patch (Nahuel has left BibLibre, and looking at the bug on our tracking platform does'nt help either, so...)