Bugzilla – Attachment 24675 Details for
Bug 8168
ersatz CSV header in attachment of overdue notices sent to administrator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8168 - Use comma as default delimiter
Bug-8168---Use-comma-as-default-delimiter.patch (text/plain), 997 bytes, created by
Jonathan Druart
on 2014-01-24 11:50:47 UTC
(
hide
)
Description:
Bug 8168 - Use comma as default delimiter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-24 11:50:47 UTC
Size:
997 bytes
patch
obsolete
>From 85a4cf944d0f6fa5866e5dcb0bd66f26ac7caaae Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 24 Jan 2014 12:49:39 +0100 >Subject: [PATCH] Bug 8168 - Use comma as default delimiter > >--- > misc/cronjobs/overdue_notices.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index a489f1f..2b7088b 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -629,7 +629,7 @@ END_SQL > # Generate the content of the csv with headers > my $content; > if ( defined $csvfilename ) { >- my $delimiter = C4::Context->preference('delimiter') // ';'; >+ my $delimiter = C4::Context->preference('delimiter') || ','; > $content = join($delimiter, qw(title name surname address1 address2 zipcode city country email itemcount itemsinfo due_date issue_date)) . "\n"; > } > else { >-- >1.7.10.4
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 8168
:
24321
|
24656
|
24665
|
24675
|
24680
|
24681
|
25874
|
25875
|
26413
|
26414