Bugzilla – Attachment 8744 Details for
Bug 7482
overdues report downloads without names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7482: overdues report downloads without names
Bug-7482-overdues-report-downloads-without-names.patch (text/plain), 1.11 KB, created by
Katrin Fischer
on 2012-04-01 16:34:28 UTC
(
hide
)
Description:
Bug 7482: overdues report downloads without names
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-04-01 16:34:28 UTC
Size:
1.11 KB
patch
obsolete
>From a41303589ff8474d759277911a24522fc0f065b7 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 1 Apr 2012 18:20:05 +0200 >Subject: [PATCH] Bug 7482: overdues report downloads without names > >This patch is an alternate patch for the bug. Instead of having >one column 'name' for a concatenated first and last name it >adds 2 separate columns to the exported csv file. >--- > circ/overdue.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/circ/overdue.pl b/circ/overdue.pl >index a4cfa7a..56e0941 100755 >--- a/circ/overdue.pl >+++ b/circ/overdue.pl >@@ -425,7 +425,7 @@ sub build_csv { > my @lines = (); > > # build header ... >- my @keys = qw /duedate title author borrowertitle name phone barcode email address address2 zipcode city country >+ my @keys = qw /duedate title author borrowertitle firstname surname phone barcode email address address2 zipcode city country > branchcode itemcallnumber biblionumber borrowernumber itemnum issuedate replacementprice streetnumber streettype/; > my $csv = Text::CSV_XS->new(); > $csv->combine(@keys); >-- >1.7.5.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 7482
:
8685
|
8744
|
8777