and show the flag in view UI, #38191
authorMark Wells <mark@freeside.biz>
Fri, 14 Oct 2016 19:04:45 +0000 (12:04 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 14 Oct 2016 19:04:45 +0000 (12:04 -0700)
httemplate/view/cust_main/billing.html

index 7ee05a3..8d3925a 100644 (file)
@@ -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 %>
 <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>
 % }
   </TD>
 </TR>
 % }