X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_acct%2Fcommunigate.html;h=544d00be3fd7238a114ba44046723ed97fb4962b;hb=ac8410cdb67639afeb84c84e975fffadf3e6cce1;hp=6370a54dca101da90a3f92a58362e4d1f9a5050e;hpb=89da4b96c4e2fce7079be8d2729750c088f8035b;p=freeside.git diff --git a/httemplate/edit/svc_acct/communigate.html b/httemplate/edit/svc_acct/communigate.html index 6370a54dc..544d00be3 100644 --- a/httemplate/edit/svc_acct/communigate.html +++ b/httemplate/edit/svc_acct/communigate.html @@ -46,9 +46,10 @@ % if ( $part_svc->part_svc_column('quota')->columnflag eq 'F' ) { % } else { -% my $quota_label = $communigate ? 'Mail storage limit' : 'Quota'; - - <% $quota_label %> +% my $quota_label = $communigate ? 'Mail storage limit' : ($part_svc->part_svc_column('quota')->columnlabel || 'Quota'); +<% include('/elements/tr-td-label.html', + 'label' => $quota_label, + 'required' => $part_svc->part_svc_column('quota')->required ) %> % }