summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-14 12:04:59 -0700
committerMark Wells <mark@freeside.biz>2016-10-14 12:04:59 -0700
commit70b73a5ac0a7930b7413ea7de4e82dd0e3e27cbe (patch)
tree0bcd42bc5037e7b4a3fcb1c8af07939e356294a1 /httemplate/edit/cust_main
parenta21d7f250e6bd12228e5d0d312a646bd8b03f546 (diff)
per-customer option to force anniversary packages to prorate, #38191
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/billing.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 50262e82c..649c4c945 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -124,6 +124,12 @@
<SELECT NAME="prorate_day">
<% prorate_day_options($cust_main->prorate_day) %>
</SELECT>
+ <& /elements/checkbox.html,
+ field => 'force_prorate_day',
+ value => 'Y',
+ curr_value => $cust_main->force_prorate_day
+ &>
+ <label><% emt('Force all packages to this day') %></label>
</TD>
</TR>