diff options
author | ivan <ivan> | 2010-05-24 16:56:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-24 16:56:38 +0000 |
commit | 71b3acdcf8c9a6702057bbeecb58d7a685d6c191 (patch) | |
tree | b6147e68e1dbf2224bd6a01ebeddc765075158ff | |
parent | 940401c77b8455dd47b57e06dcfedd7514c24a7c (diff) |
fix Pg-ism
-rw-r--r-- | httemplate/search/timeworked.html | 2 |
1 files changed, 1 insertions, 1 deletions
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)"; |