[freeside-commits] freeside/FS/FS svc_domain.pm,1.56.2.3,1.56.2.4

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.56.2.3
retrieving revision 1.56.2.4
diff -u -d -r1.56.2.3 -r1.56.2.4
--- svc_domain.pm	22 Feb 2010 03:22:15 -0000	1.56.2.3
+++ svc_domain.pm	22 Feb 2010 07:13:30 -0000	1.56.2.4
@@ -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