[freeside-commits] freeside/httemplate/search timeworked.html, 1.5, 1.6 rt_transaction.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Tue Feb 12 11:24:15 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv1934
Modified Files:
timeworked.html rt_transaction.html
Log Message:
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?
Index: timeworked.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/timeworked.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- timeworked.html 13 Jan 2008 23:31:22 -0000 1.5
+++ timeworked.html 12 Feb 2008 19:24:12 -0000 1.6
@@ -88,6 +88,7 @@
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'
)
Index: rt_transaction.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/rt_transaction.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rt_transaction.html 4 Dec 2007 20:51:51 -0000 1.1
+++ rt_transaction.html 12 Feb 2008 19:24:12 -0000 1.2
@@ -54,7 +54,7 @@
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
)
)
More information about the freeside-commits
mailing list