summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_acct
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-19 11:14:55 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-19 11:14:55 -0500
commit3bc6930e27b8ed40b11a1d1cf5d5f2cc7cba3656 (patch)
treec01c4f970954ddb136aa445562b929f8a0ad9ba2 /httemplate/edit/svc_acct
parent8cc48c6059d05fb54bf714aaddc168c8043e24ed (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.html2
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 ) %>