Bugzilla – Attachment 64081 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]
Bug 18742 - Circulation statistics wizard no longer exports the total row
Bug-18742---Circulation-statistics-wizard-no-longe.patch (text/plain), 951 bytes, created by
Nick Clemens (kidclamp)
on 2017-06-07 14:58:14 UTC
(
hide
)
Description:
Bug 18742 - Circulation statistics wizard no longer exports the total row
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-06-07 14:58:14 UTC
Size:
951 bytes
patch
obsolete
>From 88685f33ee939a4451a937dd642633f87c5931b1 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 7 Jun 2017 10:56:47 -0400 >Subject: [PATCH] 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! >--- > 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