summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-27 22:38:03 +0000
committerjeff <jeff>2007-04-27 22:38:03 +0000
commit92809daf773a36b6868f18b761edddf3057534cd (patch)
tree073c82106892630c536b9fdcce15035ff2e0e96a
parente020b4827412cab51a0e03a44655b3cfc4854f41 (diff)
SELECT doesn't accept a value
-rw-r--r--httemplate/edit/cust_main/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 5da0ba53b..3f57af89a 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -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>!.
%