X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Frt_transaction.html;fp=httemplate%2Fsearch%2Frt_transaction.html;h=aace4e9b23b1185d2f9598041dfaed7a0147eedb;hp=71a26696158801d861b574477342972b8cbc8ef3;hb=3146245f510ef873c4176bc06dc891f990db8f1e;hpb=f31bdd8e04ddd743cd7e89b59e83dde2afc3aea0 diff --git a/httemplate/search/rt_transaction.html b/httemplate/search/rt_transaction.html index 71a266961..aace4e9b2 100644 --- a/httemplate/search/rt_transaction.html +++ b/httemplate/search/rt_transaction.html @@ -56,7 +56,8 @@ my @select = ( ); my @select_total = ( 'COUNT(*)' ); -my ($transaction_time, $applied_time); +my $transaction_time; +my $applied_time = ''; my $join = 'JOIN Tickets ON Transactions.ObjectId = Tickets.Id '. 'JOIN Users ON Transactions.Creator = Users.Id '. "LEFT JOIN (