Bugzilla – Attachment 4087 Details for
Bug 5098
overdue script and csv
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-Bug-5098-Add-csv-headers-in-overdues.patch (text/plain), 1.22 KB, created by
Chris Cormack
on 2011-05-12 22:38:38 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-05-12 22:38:38 UTC
Size:
1.22 KB
patch
obsolete
>From 610dc33f8c8ca120c1fba179f74c9253d9ca51c6 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 4 Apr 2011 16:52:03 +0200 >Subject: [Signed Offf] [PATCH] Bug 5098: Add csv headers in overdues > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > misc/cronjobs/overdue_notices.pl | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index bc97ecb..698b878 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -584,10 +584,14 @@ END_SQL > local $, = "\f"; # pagebreak > print @output_chunks; > } >+ # Generate the content of the csv with headers >+ my $content = join(";", qw(title name surname address1 address2 zipcode city email itemcount itemsinfo due_date issue_date)) . "\n"; >+ $content .= join( "\n", @output_chunks ); >+ > my $attachment = { > filename => defined $csvfilename ? 'attachment.csv' : 'attachment.txt', > type => 'text/plain', >- content => join( "\n", @output_chunks ) >+ content => $content, > }; > > my $letter = { >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5098
:
3639
|
4087
|
4820