diff options
-rw-r--r-- | httemplate/view/cust_main/billing.html | 1 |
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> % } |