summaryrefslogtreecommitdiff
path: root/httemplate/search/rt_transaction.html
diff options
context:
space:
mode:
authorivan <ivan>2008-02-12 19:24:12 +0000
committerivan <ivan>2008-02-12 19:24:12 +0000
commit1591e861f33cd2920e6af6fb118c173f6806be76 (patch)
tree44f126319105bb1882eac653a23f38bd35beb13f /httemplate/search/rt_transaction.html
parentd308c191905e5d1d982e439cb83d5304650ee77a (diff)
for our internal time tracking: TimeWorked can happen on a Create transaction as well as Correspond and Comment. is there anywhere else this needs to be changed?
Diffstat (limited to 'httemplate/search/rt_transaction.html')
-rw-r--r--httemplate/search/rt_transaction.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/rt_transaction.html b/httemplate/search/rt_transaction.html
index 31ad10d1a..651f2896d 100644
--- a/httemplate/search/rt_transaction.html
+++ b/httemplate/search/rt_transaction.html
@@ -54,7 +54,7 @@ my $where = "
AND ( ( Transactions.Type = 'Set'
AND Transactions.Field = 'TimeWorked'
AND Transactions.NewValue != Transactions.OldValue )
- OR ( ( Transactions.Type='Comment' OR Transactions.Type='Correspond' )
+ OR ( ( Transactions.Type='Create' OR Transactions.Type='Comment' OR Transactions.Type='Correspond' )
AND Transactions.TimeTaken > 0
)
)