Bugzilla – Attachment 65938 Details for
Bug 18742
Circulation statistics wizard no longer exports the total row
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 18742 - Circulation statistics wizard no longer exports the total row
SIGNED-OFF-Bug-18742---Circulation-statistics-wiza.patch (text/plain), 1.00 KB, created by
Christopher Brannon
on 2017-08-12 18:59:48 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 18742 - Circulation statistics wizard no longer exports the total row
Filename:
MIME Type:
Creator:
Christopher Brannon
Created:
2017-08-12 18:59:48 UTC
Size:
1.00 KB
patch
obsolete
>From a4cdb34ad76c82a4ffb0deb203ba15595391c8d9 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 7 Jun 2017 10:56:47 -0400 >Subject: [PATCH] [SIGNED OFF] Bug 18742 - Circulation statistics wizard no > longer exports the total row > >To test: >Run the circulation wizard >Export to csv >Note there is no total row >Apply patch >Export to csv >Total row totally there! > >Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org> >--- > reports/issues_stats.pl | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl >index f7f5662..7721b68 100755 >--- a/reports/issues_stats.pl >+++ b/reports/issues_stats.pl >@@ -135,6 +135,12 @@ if ($do_it) { > print map { $_->{value} . $sep } @$x; > print $line->{totalrow}, "\n"; > } >+# footer >+ print "TOTAL"; >+ $cols = @$results[0]->{loopfooter}; >+ print map {$sep.$_->{totalcol}} @$cols; >+ print $sep.@$results[0]->{total}; >+ > } > exit; > } >-- >2.1.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 18742
:
64081
|
65938
|
66746
|
66747