From d8950e63d6c3f6fb910c28077e3a3e054ad12388 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 12 Nov 2014 19:24:13 -0800 Subject: add svc_domain.quota, RT#30832 --- httemplate/edit/svc_domain/communigate-basics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/svc_domain/communigate-basics.html') 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 @@ % } -% if ( $part_svc->part_svc_column('max_accounts')->columnflag =~ /^[FA]$/ ) { +% if ( ! $communigate || $part_svc->part_svc_column('max_accounts')->columnflag =~ /^[FA]$/ ) { % } else { -- cgit v1.2.1