Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / search / rt_transaction.html
index 71a2669..aace4e9 100644 (file)
@@ -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 (