init applied_time
authorIvan Kohler <ivan@freeside.biz>
Thu, 9 Oct 2014 04:40:48 +0000 (21:40 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 9 Oct 2014 04:40:48 +0000 (21:40 -0700)
httemplate/search/rt_transaction.html

index eb250fb..c9a305f 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 '; #.