summaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
diff options
context:
space:
mode:
authorwicked%sci.fi <>2009-01-15 23:35:06 +0100
committerwicked%sci.fi <>2009-01-15 23:35:06 +0100
commitd2ef0e2e07fd7cbd3ba3443288c5d4ada0b52202 (patch)
treec448d480694ea506f8e8165ad34f17093130e20d /template/en/default/filterexceptions.pl
parent3869f8795096935ca058bb086741c4c7b3d5049a (diff)
downloadbugzilla-d2ef0e2e07fd7cbd3ba3443288c5d4ada0b52202.tar.gz
bugzilla-d2ef0e2e07fd7cbd3ba3443288c5d4ada0b52202.tar.xz
Bug 286452: Add more detailed information to time tracking summary report - Original patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> and modified/extended patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
Diffstat (limited to 'template/en/default/filterexceptions.pl')
-rw-r--r--template/en/default/filterexceptions.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index ab9ff00e9..449f6290d 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -328,6 +328,10 @@
'subtotal FILTER format("%.2f")',
'work_time FILTER format("%.2f")',
'global.total FILTER format("%.2f")',
+ 'global.remaining FILTER format("%.2f")',
+ 'global.estimated FILTER format("%.2f")',
+ 'bugs.$id.remaining_time FILTER format("%.2f")',
+ 'bugs.$id.estimated_time FILTER format("%.2f")',
],