[freeside-commits] freeside/FS/FS Conf.pm,1.234,1.235
Ivan,,,
ivan at wavetail.420.am
Fri Jun 27 01:53:14 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv320/FS/FS
Modified Files:
Conf.pm
Log Message:
adding signup_server-service config
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- Conf.pm 24 Jun 2008 16:39:55 -0000 1.234
+++ Conf.pm 27 Jun 2008 08:53:12 -0000 1.235
@@ -1257,7 +1257,7 @@
{
'key' => 'signup_server-default_pkgpart',
'section' => '',
- 'description' => 'Default pakcage for the signup server',
+ 'description' => 'Default package for the signup server',
'type' => 'select-sub',
'options_sub' => sub { require FS::Record;
require FS::part_pkg;
@@ -1278,6 +1278,17 @@
},
{
+ 'key' => 'signup_server-service',
+ 'section' => '',
+ 'description' => 'Service for the signup server - "Account (svc_acct)" is the default setting, or "Phone number (svc_phone)" for ITSP signup',
+ 'type' => 'select',
+ 'select_hash' => [
+ 'svc_acct' => 'Account (svc_acct)',
+ 'svc_phone' => 'Phone number (svc_phone)',
+ ],
+ },
+
+ {
'key' => 'show-msgcat-codes',
'section' => 'UI',
'description' => 'Show msgcat codes in error messages. Turn this option on before reporting errors to the mailing list.',
More information about the freeside-commits
mailing list