diff options
Diffstat (limited to 'httemplate/edit/cust_main')
-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'); |