[freeside-commits] freeside/rt/lib/RT/Action CreateTickets.pm, 1.1.1.9.4.1, 1.1.1.9.4.2 EscalatePriority.pm, 1.1.1.9, 1.1.1.9.4.1

Ivan,,, ivan at wavetail.420.am
Fri Apr 8 16:13:52 PDT 2011


Update of /home/cvs/cvsroot/freeside/rt/lib/RT/Action
In directory wavetail.420.am:/tmp/cvs-serv23950/lib/RT/Action

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	CreateTickets.pm EscalatePriority.pm 
Log Message:
landing 3.8.9 on 2.1 branch for 2.1.3

Index: EscalatePriority.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Action/EscalatePriority.pm,v
retrieving revision 1.1.1.9
retrieving revision 1.1.1.9.4.1
diff -u -w -d -r1.1.1.9 -r1.1.1.9.4.1
--- EscalatePriority.pm	31 Dec 2009 13:10:31 -0000	1.1.1.9
+++ EscalatePriority.pm	8 Apr 2011 23:13:50 -0000	1.1.1.9.4.1
@@ -2,8 +2,8 @@
 # 
 # COPYRIGHT:
 # 
-# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-#                                          <jesse at bestpractical.com>
+# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+#                                          <sales at bestpractical.com>
 # 
 # (Except where explicitly superseded by other copyright notices)
 # 

Index: CreateTickets.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Action/CreateTickets.pm,v
retrieving revision 1.1.1.9.4.1
retrieving revision 1.1.1.9.4.2
diff -u -w -d -r1.1.1.9.4.1 -r1.1.1.9.4.2
--- CreateTickets.pm	17 Nov 2010 21:26:40 -0000	1.1.1.9.4.1
+++ CreateTickets.pm	8 Apr 2011 23:13:50 -0000	1.1.1.9.4.2
@@ -2,8 +2,8 @@
 # 
 # COPYRIGHT:
 # 
-# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-#                                          <jesse at bestpractical.com>
+# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+#                                          <sales at bestpractical.com>
 # 
 # (Except where explicitly superseded by other copyright notices)
 # 
@@ -352,6 +352,7 @@
     local $T::TOP     = $T::TOP;
     local $T::ID      = $T::ID;
     $T::Tickets{'TOP'} = $T::TOP = $top if $top;
+    local $T::TransactionObj = $self->TransactionObj;
 
     my $ticketargs;
     my ( @links, @postponed );



More information about the freeside-commits mailing list