From: ivan Date: Mon, 24 May 2010 16:56:39 +0000 (+0000) Subject: fix Pg-ism X-Git-Tag: freeside_1_9_4~85 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=63dbb8aa310e48efc0ceff2c3b8f47ea8dd07a8e fix Pg-ism --- 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)";