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/view/svc_domain/basics.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/view/svc_domain') diff --git a/httemplate/view/svc_domain/basics.html b/httemplate/view/svc_domain/basics.html index 71b7ca4eb..3c3c5a046 100644 --- a/httemplate/view/svc_domain/basics.html +++ b/httemplate/view/svc_domain/basics.html @@ -63,6 +63,13 @@ Service #<% $svcnum %> % } +% if ( $svc_domain->quota ) { + + Quota + <% $svc_domain->quota %> + +% } + % if ( $communigate && $svc_domain->max_accounts ) { Maximum number of Accounts -- cgit v1.2.1