[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


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>'.



More information about the freeside-commits mailing list