From: Ivan Kohler Date: Thu, 9 Oct 2014 04:40:48 +0000 (-0700) Subject: init applied_time X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7f2c31cd55d1f5c49db10e997b9e4756e4f46279 init applied_time --- diff --git a/httemplate/search/rt_transaction.html b/httemplate/search/rt_transaction.html index eb250fb27..c9a305f03 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 '; #.