diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-19 11:14:55 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-19 11:14:55 -0500 |
commit | 3bc6930e27b8ed40b11a1d1cf5d5f2cc7cba3656 (patch) | |
tree | c01c4f970954ddb136aa445562b929f8a0ad9ba2 /httemplate/edit/svc_acct | |
parent | 8cc48c6059d05fb54bf714aaddc168c8043e24ed (diff) |
RT#71447: OQM Service label override is not showing when provisioning or viewing service
Diffstat (limited to 'httemplate/edit/svc_acct')
-rw-r--r-- | httemplate/edit/svc_acct/communigate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/svc_acct/communigate.html b/httemplate/edit/svc_acct/communigate.html index 370bfb0e7..544d00be3 100644 --- a/httemplate/edit/svc_acct/communigate.html +++ b/httemplate/edit/svc_acct/communigate.html @@ -46,7 +46,7 @@ % if ( $part_svc->part_svc_column('quota')->columnflag eq 'F' ) { <INPUT TYPE="hidden" NAME="quota" VALUE="<% $svc_acct->quota %>"> % } else { -% my $quota_label = $communigate ? 'Mail storage limit' : 'Quota'; +% 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 ) %> |