[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.103, 1.104

Ivan,,, ivan at wavetail.420.am
Fri Feb 12 11:28:19 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv13961/FS/FS/ClientAPI

Modified Files:
	MyAccount.pm 
Log Message:
add mime_type option to self-service ticket create, RT#7007

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- MyAccount.pm	12 Feb 2010 19:14:34 -0000	1.103
+++ MyAccount.pm	12 Feb 2010 19:28:17 -0000	1.104
@@ -1668,7 +1668,7 @@
     'queue'   => $queue,
     'custnum' => $custnum,
     'svcnum'  => $session->{'svcnum'},
-    map { $_ => $p->{$_} } qw( requestor cc subject message )
+    map { $_ => $p->{$_} } qw( requestor cc subject message mime_type )
   );
 
   if ( ref($err_or_ticket) ) {



More information about the freeside-commits mailing list