summaryrefslogtreecommitdiff
path: root/httemplate/search/rt_ticket.html
diff options
context:
space:
mode:
authormark <mark>2011-10-24 22:50:47 +0000
committermark <mark>2011-10-24 22:50:47 +0000
commit53c18558abf77ea27c56dc51c5ca40a80e0d35ab (patch)
treeb20a64aae77f0af1b3fb9c378670fb920bce323e /httemplate/search/rt_ticket.html
parent729a3c80385332bd26f62024e5d955d58d1eb9e3 (diff)
record support time even without comment text, #14837
Diffstat (limited to 'httemplate/search/rt_ticket.html')
-rw-r--r--httemplate/search/rt_ticket.html2
1 files changed, 1 insertions, 1 deletions
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
)
)