diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-19 11:14:55 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-19 13:20:43 -0500 |
commit | 851a0255cfefecff3b394fb553e28d7554c75433 (patch) | |
tree | 0c767354c2c2ed3a551e224008ef7082bbe86b83 /httemplate/edit/svc_acct | |
parent | fdfaba1835c3e401688dca7a99c1f5ac4fdfd3b4 (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 ) %> |