From fbfd9445bb00c2a1c7f4386878edead9b50c482f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 14 Oct 2016 12:04:45 -0700 Subject: [PATCH] and show the flag in view UI, #38191 --- httemplate/view/cust_main/billing.html | 1 + 1 file changed, 1 insertion(+) 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 <% mt('Prorate day of month') |h %> <% $cust_main->prorate_day %> + <% $cust_main->force_prorate_day && (''.emt('(applies to all packages)').'') %> % } -- 2.11.0