X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_domain.cgi;h=9b54422d36aeb3521de62957462b39258628abef;hp=417b1b4c55cb786938ab1a7d8877851ee7da115d;hb=d8950e63d6c3f6fb910c28077e3a3e054ad12388;hpb=051101dc91e9d6164cda897495880c8f2f7705be diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index 417b1b4c5..9b54422d3 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -56,6 +56,17 @@ Available top-level domains: <% $export->option('tlds') %> +% if ( $part_svc->part_svc_column('quota')->columnflag =~ /^[FA]$/ ) { + +% } else { + + Quota + + + + +% } + <% include('svc_domain/communigate-basics.html', 'svc_domain' => $svc_domain, 'part_svc' => $part_svc,