X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Frt_ticket.html;h=abe13157dd1a2a3c81b889a16b6ab8aafac35790;hb=5b73387992a96f7b80e40b5ecb2fedabd8a78d6b;hp=7ffe55fc1d15ae50b15edfee677d8842682ea801;hpb=f1dbc8663ccc99a1ee592d498a3eb976124fb1ad;p=freeside.git 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 ) )