Bugzilla – Attachment 8777 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]
[SIGNED-OFF] Bug 7482: overdues report downloads without names
SIGNED-OFF-Bug-7482-overdues-report-downloads-with.patch (text/plain), 1.18 KB, created by
Kyle M Hall
on 2012-04-02 15:07:37 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7482: overdues report downloads without names
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-04-02 15:07:37 UTC
Size:
1.18 KB
patch
obsolete
>From 3ac823d1b3010db0184196b6a637acd5e6041532 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] [SIGNED-OFF] 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. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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.2.5
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