configurable payment date for auto CHEK/CARD, RT10813
authorlevinse <levinse>
Wed, 15 Jun 2011 02:18:32 +0000 (02:18 +0000)
committerlevinse <levinse>
Wed, 15 Jun 2011 02:18:32 +0000 (02:18 +0000)
httemplate/edit/cust_main/billing.html

index 530aa09..76679a1 100644 (file)
 %      ( $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> &nbsp; 
-%                       <SELECT NAME="billday">!
+%                       <SELECT id="select_card_billday" $card_billday_select_disabled NAME="billday">!
 %                . billday_options($cust_main->billday) . qq!</SELECT> </TD></TR>!
 %        : ''
 %      ).
 %      ( $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> &nbsp;
-%                   <SELECT NAME="billday">!
+%                   <SELECT id="select_chek_billday" $chek_billday_select_disabled NAME="billday">!
 %                . billday_options($cust_main->billday) . qq!</SELECT> </TD></TR>!
 %        : ''
 %      ).