diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-02 19:39:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-02 19:39:20 -0700 |
commit | e881063d6e46d991003cf8fae96d8d36780fedcd (patch) | |
tree | 78fe62c52a03204b1b9cf3fac110877c5f2e9474 /httemplate/edit/cust_main/billing.html | |
parent | 0f2d1070bc6f1521ab50dd07e475587f1117eec6 (diff) |
per-customer prorate day, RT#17891
Diffstat (limited to 'httemplate/edit/cust_main/billing.html')
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index d7082f23a..2925ca87c 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -522,6 +522,17 @@ </TR> % } +% if ( $conf->exists('cust_main-select-prorate_day') ) { + <TR> + <TD ALIGN="right" WIDTH="200"><% mt('Prorate day (1-28)') |h %> </TD> + <TD> + <INPUT TYPE="text" NAME="prorate_day" VALUE="<% $cust_main->prorate_day %>" SIZE=3 MAXLENGTH=2> + </TD> + </TR> +% } else { + <INPUT TYPE="hidden" NAME="prorate_day" VALUE="<% $cust_main->prorate_day %>"> +% } + <TR> <TD ALIGN="right" WIDTH="200"><% mt('Invoice terms') |h %> </TD> <TD WIDTH="408"> |