summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-14 12:05:07 -0700
committerMark Wells <mark@freeside.biz>2016-10-14 12:05:07 -0700
commit78d76e47e09583e51eb1acf3ca2255e5df46f319 (patch)
tree16a8c7341186744c9532aa31f1055c361e756e01 /httemplate/view/cust_main/billing.html
parent70b73a5ac0a7930b7413ea7de4e82dd0e3e27cbe (diff)
and show the flag in view UI, #38191
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-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>
% }