summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-14 12:04:45 -0700
committerMark Wells <mark@freeside.biz>2016-10-14 12:04:45 -0700
commitfbfd9445bb00c2a1c7f4386878edead9b50c482f (patch)
tree5b1f7ae92dbdb746824f3fc83d87bea77d5ac0ab
parent8282a324857d658d17061e3f0867d8c7d71b098a (diff)
and show the flag in view UI, #38191
-rw-r--r--httemplate/view/cust_main/billing.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 7ee05a357..8d3925a08 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -83,6 +83,7 @@ set_display_recurring(<% encode_json({'display_recurring' => [ $cust_main->displ
<TR>
<TH ALIGN="right"><% mt('Prorate day of month') |h %></TH>
<TD><% $cust_main->prorate_day %>
+ <% $cust_main->force_prorate_day && ('<i>'.emt('(applies to all packages)').'</i>') %>
</TD>
</TR>
% }