fix Pg-ism
authorivan <ivan>
Mon, 24 May 2010 16:56:39 +0000 (16:56 +0000)
committerivan <ivan>
Mon, 24 May 2010 16:56:39 +0000 (16:56 +0000)
httemplate/search/timeworked.html

index 1d877e6..d07cd4f 100644 (file)
@@ -50,7 +50,7 @@ my $transactiontime = "
   END
 ";
 
   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)";
 
 
 my $appliedtimeclause = "COALESCE (SUM(acct_rt_transaction.seconds), 0)";