Bugzilla – Attachment 43138 Details for
Bug 3642
New information in overdues CSV export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 3642 - New informations in overdues CSV export - move streetnumber and streettype
SIGNED-OFFBug-3642---New-informations-in-overdues-.patch (text/plain), 1.39 KB, created by
Héctor Eduardo Castro Avalos
on 2015-10-05 14:15:28 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 3642 - New informations in overdues CSV export - move streetnumber and streettype
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-10-05 14:15:28 UTC
Size:
1.39 KB
patch
obsolete
>From 40caa5874ca208f08176eaf0ad50a3213c8f1b60 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 14 Aug 2015 12:43:10 +0200 >Subject: [PATCH] [SIGNED-OFF]Bug 3642 - New informations in overdues CSV > export - move streetnumber and streettype > >This patch moves columns streetnumber and streettype next to address. >This is more logical to read the CSV. >For example : >streetnumber,streettype,address,address2,zipcode,city >181,rue,Breteuil,,13001,Marseille > >Test plan : >- Go to overdues page : <server>/cgi-bin/koha/circ/overdue.pl >- Find some overdues of patrons with streetnumber and streettype >- Click on "Download file of displayed overdues" >- Open generated CSV >=> You see streetnumber and streettype before address > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised. streetnumber and streettype appered on CSV >--- > circ/overdue.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/circ/overdue.pl b/circ/overdue.pl >index e3853da..3c55de0 100755 >--- a/circ/overdue.pl >+++ b/circ/overdue.pl >@@ -452,6 +452,8 @@ sub build_csv { > phone > barcode > email >+ streetnumber >+ streettype > address > address2 > zipcode >@@ -464,8 +466,6 @@ sub build_csv { > itemnum > issuedate > replacementprice >- streetnumber >- streettype > }; > my $csv = Text::CSV_XS->new(); > >-- >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 3642
:
41490
|
41491
|
41492
|
41493
|
43135
|
43136
|
43137
| 43138