[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.95.2.8, 1.95.2.9
Ivan,,,
ivan at wavetail.420.am
Fri Feb 12 11:28:21 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv13972/FS/FS/ClientAPI
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.95.2.8
retrieving revision 1.95.2.9
diff -u -d -r1.95.2.8 -r1.95.2.9
--- MyAccount.pm 12 Feb 2010 19:27:59 -0000 1.95.2.8
+++ MyAccount.pm 12 Feb 2010 19:28:18 -0000 1.95.2.9
@@ -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