diff options
author | levinse <levinse> | 2011-06-15 02:18:32 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-15 02:18:32 +0000 |
commit | d45d51c40e540b6bdffd00aaa7bdc0312afd617b (patch) | |
tree | 8e96dd5e7ed85087c0640cde3c1251f4eed25cbe | |
parent | ec2f9c4ac6aaf879abe61444041ca8739621a415 (diff) |
configurable payment date for auto CHEK/CARD, RT10813
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 530aa0910..76679a1ba 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -217,7 +217,7 @@ % ( $conf->exists('cust_main-select-billday') ? % qq!<TR><TD ALIGN="RIGHT" id="card_billday" $card_billday_style> % Charge on this day of each month</TD><TD> -% <SELECT NAME="billday">! +% <SELECT id="select_card_billday" $card_billday_select_disabled NAME="billday">! % . billday_options($cust_main->billday) . qq!</SELECT> </TD></TR>! % : '' % ). @@ -265,7 +265,7 @@ % ( $conf->exists('cust_main-select-billday') ? % qq!<TR><TD ALIGN="RIGHT" id="chek_billday" $chek_billday_style> % Charge on this day of each month </TD><TD> -% <SELECT NAME="billday">! +% <SELECT id="select_chek_billday" $chek_billday_select_disabled NAME="billday">! % . billday_options($cust_main->billday) . qq!</SELECT> </TD></TR>! % : '' % ). |