diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-12 19:24:13 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-12 19:24:13 -0800 |
commit | d8950e63d6c3f6fb910c28077e3a3e054ad12388 (patch) | |
tree | a269726f8cbdb7a40e269bbc8d097c7cb5e65bd3 /httemplate/edit/svc_domain | |
parent | 051101dc91e9d6164cda897495880c8f2f7705be (diff) |
add svc_domain.quota, RT#30832
Diffstat (limited to 'httemplate/edit/svc_domain')
-rw-r--r-- | httemplate/edit/svc_domain/communigate-basics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/svc_domain/communigate-basics.html b/httemplate/edit/svc_domain/communigate-basics.html index dbad35f1c..67f442842 100644 --- a/httemplate/edit/svc_domain/communigate-basics.html +++ b/httemplate/edit/svc_domain/communigate-basics.html @@ -26,7 +26,7 @@ <INPUT TYPE="hidden" NAME="cgp_aliases" VALUE="<% $svc_domain->cgp_aliases %>"> % } -% if ( $part_svc->part_svc_column('max_accounts')->columnflag =~ /^[FA]$/ ) { +% if ( ! $communigate || $part_svc->part_svc_column('max_accounts')->columnflag =~ /^[FA]$/ ) { <INPUT TYPE="hidden" NAME="max_accounts" VALUE="<% $svc_domain->max_accounts %>"> % } else { <TR> |