From 7f2c31cd55d1f5c49db10e997b9e4756e4f46279 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 8 Oct 2014 21:40:48 -0700 Subject: [PATCH] init applied_time --- httemplate/search/rt_transaction.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '; #. -- 2.11.0