diff options
author | levinse <levinse> | 2011-06-14 05:01:14 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-14 05:01:14 +0000 |
commit | b5b2c2631b51b6750b0ac21e7863f64f124139b4 (patch) | |
tree | 07a686e3893d1675434155f68fb93a51c8b4cd6a | |
parent | e86ec47d33949f62f58a05c2dddd17c054a9034d (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 a1927fa6e..049e7ed19 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -549,6 +549,10 @@ function toggle(obj) { <% $r %> <% mt('required fields') |h %> % } +<script type="text/javascript"> + init_payauto_changed(); +</script> + <%once> my $paystate_label = FS::Msgcat::_gettext('paystate'); |