X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Ftimeworked.html;h=d07cd4f591b7d8f82f3d15547bdf7ab9ec2df042;hb=783eefa4a70dd88dd13ffd73c4e23361288628f0;hp=1d877e6ef219039862d5d5b9074f1f1d114bad68;hpb=baf61fc521e1b97d56c45d7ecb5901024d0f9cf4;p=freeside.git 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)";