summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-13 15:35:26 -0700
committerMark Wells <mark@freeside.biz>2016-10-13 19:21:32 -0700
commit6eec422e339e7a7209cac18da71ba598ee18d7d2 (patch)
treef14ad7fa1fad40bc708c05c50a0c30d17ea20c8c /httemplate
parentc5a2d3613acdc3b9ab6f32eaf5316c2834071417 (diff)
per-customer option to force anniversary packages to prorate, #38191
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/cust_main/billing.html6
-rw-r--r--httemplate/elements/freeside.css3
2 files changed, 8 insertions, 1 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>
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 8545ee596..c98fdcbc5 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -232,7 +232,8 @@ div.fstabcontainer {
border-radius: .25em;
}
-.fsinnerbox th {
+.fsinnerbox th,
+.fsinnerbox label {
font-weight:normal;
font-size:80%;
vertical-align: top;