[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm,1.52,1.53

Ivan,,, ivan at wavetail.420.am
Tue Feb 13 14:24:23 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail:/tmp/cvs-serv23749

Modified Files:
	MyAccount.pm 
Log Message:
accept domsvc in selfservice orders, patch from Sean Hanson/S1

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- MyAccount.pm	5 Feb 2007 11:12:43 -0000	1.52
+++ MyAccount.pm	13 Feb 2007 22:24:21 -0000	1.53
@@ -712,7 +712,7 @@
     $svcpart ||= $cust_pkg->part_pkg->svcpart($svcdb);
 
     my %fields = (
-      'svc_acct'     => [ qw( username _password sec_phrase popnum ) ],
+      'svc_acct'     => [ qw( username domsvc _password sec_phrase popnum ) ],
       'svc_domain'   => [ qw( domain ) ],
       'svc_external' => [ qw( id title ) ],
     );



More information about the freeside-commits mailing list