fix Pg-ism
[freeside.git] / httemplate / search / timeworked.html
index 1d877e6..d07cd4f 100644 (file)
@@ -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)";