From 71b3acdcf8c9a6702057bbeecb58d7a685d6c191 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 24 May 2010 16:56:38 +0000 Subject: [PATCH] fix Pg-ism --- httemplate/search/timeworked.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/timeworked.html b/httemplate/search/timeworked.html index 1d877e6ef..d07cd4f59 100644 --- a/httemplate/search/timeworked.html +++ b/httemplate/search/timeworked.html @@ -50,7 +50,7 @@ my $transactiontime = " END "; -push @groupby, qw( transactions.type newvalue oldvalue timetaken ); +push @groupby, qw( Transactions.Type NewValue OldValue TimeTaken ); my $appliedtimeclause = "COALESCE (SUM(acct_rt_transaction.seconds), 0)"; -- 2.11.0