From: ivan Date: Mon, 24 May 2010 16:56:38 +0000 (+0000) Subject: fix Pg-ism X-Git-Tag: root_of_svc_elec_features~238 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=71b3acdcf8c9a6702057bbeecb58d7a685d6c191;hp=940401c77b8455dd47b57e06dcfedd7514c24a7c 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)";