summaryrefslogtreecommitdiff
path: root/httemplate/search/timeworked.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/timeworked.html')
-rw-r--r--httemplate/search/timeworked.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/timeworked.html b/httemplate/search/timeworked.html
index 49173bd08..b72dd0ea9 100644
--- a/httemplate/search/timeworked.html
+++ b/httemplate/search/timeworked.html
@@ -88,6 +88,7 @@ my $groupby = join(',', @groupby);
my $where = "
WHERE ObjectType='RT::Ticket'
AND ( ( Transactions.Type='Set' AND Field='TimeWorked' )
+ OR Transactions.Type='Create'
OR Transactions.Type='Comment'
OR Transactions.Type='Correspond'
)