[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.14.2.1, 1.14.2.2

Jeff Finucane,420,, jeff at wavetail.420.am
Fri Apr 27 15:38:05 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail:/tmp/cvs-serv28518

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	billing.html 
Log Message:
SELECT doesn't accept a value

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- billing.html	6 Apr 2007 19:41:57 -0000	1.14.2.1
+++ billing.html	27 Apr 2007 22:38:03 -0000	1.14.2.2
@@ -191,7 +191,7 @@
 %
 %        qq!<TR><TD ALIGN="right" WIDTH="200">${r}Account number </TD>!.
 %          qq!<TD><INPUT TYPE="text" SIZE=12 NAME="payinfo1" VALUE="!. ( $payby =~ /^(CHEK|DCHK)$/ ? $account : '' ). '"></TD>'.
-%          qq!<TD ALIGN="right">Type</TD><TD><SELECT="text" NAME="paytype">!.
+%          qq!<TD ALIGN="right">Type</TD><TD><SELECT NAME="paytype">!.
 %            join('', map { qq!<OPTION VALUE="$_" !.($paytype eq $_ ? 'SELECTED' : '').">$_</OPTION>" } @FS::cust_main::paytypes).
 %          qq!</SELECT></TD></TR>!.
 %



More information about the freeside-commits mailing list