[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.31.2.9, 1.31.2.10
Erik Levinson
levinse at wavetail.420.am
Tue Jun 14 19:18:34 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv3689/httemplate/edit/cust_main
Modified Files:
Tag: FREESIDE_2_1_BRANCH
billing.html
Log Message:
configurable payment date for auto CHEK/CARD, RT10813
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.31.2.9
retrieving revision 1.31.2.10
diff -u -w -d -r1.31.2.9 -r1.31.2.10
--- billing.html 14 Jun 2011 05:01:15 -0000 1.31.2.9
+++ billing.html 15 Jun 2011 02:18:32 -0000 1.31.2.10
@@ -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>!
% : ''
% ).
More information about the freeside-commits
mailing list