X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_domain.cgi;h=a3589c4a79d91f87cbbfaaea02b3827fc1519927;hp=a2b87e4fa2ed50e59fe741489d3962b3694a54d3;hb=e17528c356bb137bcff4c6934a2c7e254202838e;hpb=be61853021954c3cf8f6e63a41b1fa693e3af6d8 diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index a2b87e4fa..a3589c4a7 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -38,6 +38,22 @@ Available top-level domains: <% $export->option('tlds') %> +% if ( $communigate ) { + + Administrator domain + + <% include('/elements/select-domain.html', + 'element_name' => 'parent_svcnum', + 'curr_value' => $svc_domain->parent_svcnum, + 'empty_label' => '(none)', + ) + %> + + +% } else { + +% } + % if ( $communigate % && $part_svc->part_svc_column('max_accounts')->columnflag !~ /^[FA]$/ ) {