Bugzilla – Attachment 66747 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: (QA followup) Fix indentation
Bug-18742-QA-followup-Fix-indentation.patch (text/plain), 1.04 KB, created by
Julian Maurice
on 2017-09-01 14:10:50 UTC
(
hide
)
Description:
Bug 18742: (QA followup) Fix indentation
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-09-01 14:10:50 UTC
Size:
1.04 KB
patch
obsolete
>From bfac46ca1fe825b1135f790ee4c7e55b0aee4212 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 1 Sep 2017 16:07:36 +0200 >Subject: [PATCH] Bug 18742: (QA followup) Fix indentation > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > reports/issues_stats.pl | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl >index 7721b6849d..75c54baac6 100755 >--- a/reports/issues_stats.pl >+++ b/reports/issues_stats.pl >@@ -135,12 +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}; > >+ # footer >+ print "TOTAL"; >+ $cols = @$results[0]->{loopfooter}; >+ print map {$sep.$_->{totalcol}} @$cols; >+ print $sep.@$results[0]->{total}; > } > exit; > } >-- >2.11.0
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