[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.14.2.2, 1.14.2.3
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Apr 29 16:30:55 PDT 2007
- Previous message: [freeside-commits] freeside/FS/FS/ClientAPI Signup.pm, 1.36.2.1, 1.36.2.2 MyAccount.pm, 1.53.2.2, 1.53.2.3
- Next message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi signup.cgi, 1.6, 1.6.2.1 signup.html, 1.9, 1.9.2.1 myaccount_menu.html, 1.7, 1.7.2.1 make_ach_payment.html, NONE, 1.1.2.2 ach_payment_results.html, NONE, 1.1.2.2 selfservice.cgi, 1.21, 1.21.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail:/tmp/cvs-serv19485/httemplate/edit/cust_main
Modified Files:
Tag: FREESIDE_1_7_BRANCH
billing.html
Log Message:
ticket 1568 config options for new echeck fields and addition to selfservice interface (backport)
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -d -r1.14.2.2 -r1.14.2.3
--- billing.html 27 Apr 2007 22:38:03 -0000 1.14.2.2
+++ billing.html 29 Apr 2007 23:30:53 -0000 1.14.2.3
@@ -205,6 +205,7 @@
%
% qq!<TR><TD ALIGN="right" WIDTH="200">${r}Bank name </TD>!.
% qq!<TD COLSPAN="3" WIDTH="408"><INPUT TYPE="text" NAME="payname" VALUE="!. ( $payby =~ /^(CHEK|DCHK)$/ ? $cust_main->payname : '' ). qq!"></TD></TR>!.
+ ( $conf->exists('show_bankstate) ?
% qq!<TR><TD ALIGN="right" WIDTH="200">$paystate_label</TD>!.
% qq!<TD COLSPAN="3" WIDTH="408">!.
% include('select-state.html',
@@ -213,6 +214,9 @@
% 'country' => $cust_main->country,
% 'prefix' => 'pay',
% ). "</TD></TR>".
+% : '<INPUT TYPE="hidden" NAME="paystate" VALUE ="'.
+% $cust_main->paystate. '">'
+% ).
%
%
% qq!<TR><TD COLSPAN=4 WIDTH="608"><INPUT TYPE="checkbox" NAME="payauto" !. ( $payby eq 'DCHK' ? '' : 'CHECKED' ). '> Charge future payments to this electronic check automatically</TD></TR>'.
- Previous message: [freeside-commits] freeside/FS/FS/ClientAPI Signup.pm, 1.36.2.1, 1.36.2.2 MyAccount.pm, 1.53.2.2, 1.53.2.3
- Next message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi signup.cgi, 1.6, 1.6.2.1 signup.html, 1.9, 1.9.2.1 myaccount_menu.html, 1.7, 1.7.2.1 make_ach_payment.html, NONE, 1.1.2.2 ach_payment_results.html, NONE, 1.1.2.2 selfservice.cgi, 1.21, 1.21.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list