Bug 5164

Summary: overdue script and csv
Product: Koha Reporter: Nahuel Angelinetti <nahuel.angelinetti>
Component: Command-line UtilitiesAssignee: Paul Poulain <paul.poulain>
Status: CLOSED INVALID QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: PATCH-Sent (DO NOT USE) CC: chris
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 5992    
Attachments: Proposed Patch

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...)