[freeside-commits] freeside/rt/share/html autohandler, 1.2, 1.3 index.html, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Wed Feb 16 16:52:28 PST 2011


Update of /home/cvs/cvsroot/freeside/rt/share/html
In directory wavetail.420.am:/tmp/cvs-serv29643/share/html

Modified Files:
	autohandler index.html 
Log Message:
commiting rt 3.8.9 to HEAD

Index: autohandler
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/autohandler,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- autohandler	25 Aug 2010 22:55:25 -0000	1.2
+++ autohandler	17 Feb 2011 00:52:26 -0000	1.3
@@ -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: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- index.html	18 Nov 2010 02:30:48 -0000	1.3
+++ index.html	17 Feb 2011 00:52:26 -0000	1.4
@@ -32,8 +32,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)
 %# 
@@ -109,7 +109,7 @@
         my ($t, $msg) = CreateTicket( 
                         Queue => $ARGS{'Queue'},
                         Owner => $ARGS{'Owner'},
-                        Status => 'new',
+                        Status => $ARGS{'Status'}||'new',
                         # yes! it's Requestors, not Requestor
                         Requestors => $ARGS{'Requestors'},
                         From => $session{'CurrentUser'}->EmailAddress,



More information about the freeside-commits mailing list