diff options
author | levinse <levinse> | 2011-06-14 05:01:15 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-14 05:01:15 +0000 |
commit | 52799ebdbf65c1ea8cdd15d40ef7776c88af7ba4 (patch) | |
tree | e2faa03ca399356dbf55aec0fc696bfbc591e6d5 | |
parent | bcf565dc9d3bd993f14591bdcd346540a7bd7745 (diff) |
configurable payment date for auto CHEK/CARD, RT10813
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 6db3b8852..530aa0910 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -539,6 +539,10 @@ function toggle(obj) { <% $r %> required fields % } +<script type="text/javascript"> + init_payauto_changed(); +</script> + <%once> my $paystate_label = FS::Msgcat::_gettext('paystate'); |