freeside/FS/FS Conf.pm,1.105,1.106 svc_external.pm,1.2,1.3

ivan ivan at pouncequick.420.am
Sat Oct 16 03:15:05 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv25467/FS/FS

Modified Files:
	Conf.pm svc_external.pm 
Log Message:
add artera turbo export

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- Conf.pm	15 Sep 2004 15:31:29 -0000	1.105
+++ Conf.pm	16 Oct 2004 10:15:00 -0000	1.106
@@ -1291,6 +1291,13 @@
     'select_enum' => [ 'none', 'username', 'username at domain' ],
   },
 
+  {
+    'key'         => 'svc_external-skip_manual',
+    'section'     => 'UI',
+    'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI.  Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;

Index: svc_external.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_external.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- svc_external.pm	3 Mar 2004 13:42:08 -0000	1.2
+++ svc_external.pm	16 Oct 2004 10:15:01 -0000	1.3
@@ -158,7 +158,7 @@
 
   my $error = 
     $self->ut_numbern('svcnum')
-    || $self->ut_number('id')
+    || $self->ut_numbern('id')
     || $self->ut_textn('title')
   ;
 




More information about the freeside-commits mailing list