[freeside-commits] freeside/FS/FS svc_domain.pm,1.59,1.60

Ivan,,, ivan at wavetail.420.am
Sun Feb 21 23:13:31 PST 2010


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

Modified Files:
	svc_domain.pm 
Log Message:
communigate: domain aliases, enabled services & administrator domain, RT#7083

Index: svc_domain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_domain.pm,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- svc_domain.pm	22 Feb 2010 03:22:14 -0000	1.59
+++ svc_domain.pm	22 Feb 2010 07:13:29 -0000	1.60
@@ -111,6 +111,15 @@
     'cancel_weight'  => 60,
     'fields' => {
       'domain' => 'Domain',
+      'parent_svcnum' => { 
+                         label => 'Parent domain / Communigate administrator domain',
+                         type  => 'select',
+                         select_table => 'svc_domain',
+                         select_key => 'svcnum',
+                         select_label => 'domain',
+                         disable_inventory => 1,
+                         disable_select    => 1,
+                       },
       'max_accounts' => { label => 'Maximum number of accounts',
                           'disable_inventory' => 1,
                         },



More information about the freeside-commits mailing list