From d2ef0e2e07fd7cbd3ba3443288c5d4ada0b52202 Mon Sep 17 00:00:00 2001 From: "wicked%sci.fi" <> Date: Thu, 15 Jan 2009 22:35:06 +0000 Subject: Bug 286452: Add more detailed information to time tracking summary report - Original patch by Shane H. W. Travis and modified/extended patch by Teemu Mannermaa r/a=LpSolit --- template/en/default/filterexceptions.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/filterexceptions.pl') 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")', ], -- cgit v1.2.3-24-g4f1b