From 53c18558abf77ea27c56dc51c5ca40a80e0d35ab Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 24 Oct 2011 22:50:47 +0000 Subject: record support time even without comment text, #14837 --- httemplate/search/rt_ticket.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search/rt_ticket.html') diff --git a/httemplate/search/rt_ticket.html b/httemplate/search/rt_ticket.html index 7ffe55fc1..abe13157d 100644 --- a/httemplate/search/rt_ticket.html +++ b/httemplate/search/rt_ticket.html @@ -67,7 +67,7 @@ my $twhere = " AND ( ( Transactions.Type = 'Set' AND Transactions.Field = 'TimeWorked' AND Transactions.NewValue != Transactions.OldValue ) - OR ( ( Transactions.Type='Create' OR Transactions.Type='Comment' OR Transactions.Type='Correspond' ) + OR ( ( Transactions.Type='Create' OR Transactions.Type='Comment' OR Transactions.Type='Correspond' OR Transactions.Type='Touch' ) AND Transactions.TimeTaken > 0 ) ) -- cgit v1.2.1