[freeside-commits] freeside/FS/FS/cust_pkg Import.pm,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Mon Aug 9 12:20:15 PDT 2010


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

Modified Files:
	Import.pm 
Log Message:
package web import from CSV/XLS, RT#9529

Index: Import.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg/Import.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- Import.pm	9 Aug 2010 01:03:49 -0000	1.1
+++ Import.pm	9 Aug 2010 19:20:13 -0000	1.2
@@ -102,7 +102,7 @@
 
 my %formatfields = (
   'default'      => [],
-  'svc_acct'     => [qw( username _password )],
+  'svc_acct'     => [qw( username _password domsvc )],
   'svc_phone'    => [qw( countrycode phonenum sip_password pin )],
   'svc_external' => [qw( id title )],
 );



More information about the freeside-commits mailing list