From: ivan Date: Thu, 9 Feb 2012 11:11:10 +0000 (+0000) Subject: consider "Touch" transactions for time worked too, doh X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=53affc82f5cb3d0b2dfdfa7f5b073716a3025c23 consider "Touch" transactions for time worked too, doh --- diff --git a/httemplate/search/timeworked.html b/httemplate/search/timeworked.html index e810822d7..bbfd0334d 100644 --- a/httemplate/search/timeworked.html +++ b/httemplate/search/timeworked.html @@ -78,9 +78,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' + OR Transactions.Type IN ( 'Create', 'Comment', 'Correspond', 'Touch' ) ) AND $wheretimeleft ";