summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-08-23 21:53:40 +0000
committerivan <ivan>2006-08-23 21:53:40 +0000
commit15e561850b61b10a92a46d8f3e316d53d4970087 (patch)
treeb40851c5e4073d539cb67958ac5296ee4da4bbd7
parent996ba89dd077e989ad972726fe9edd9cfdc93705 (diff)
remove extraneous "
-rw-r--r--httemplate/misc/batch-cust_pay.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html
index 41537ee..ed093ac 100644
--- a/httemplate/misc/batch-cust_pay.html
+++ b/httemplate/misc/batch-cust_pay.html
@@ -264,7 +264,7 @@
customer_input<%= $row %>.onclick = clearhint_customer;
customer_input<%= $row %>.onchange = search_customer;
</SCRIPT>
- <SELECT NAME="cust_select<%= $row %>" ID="cust_select<%= $row %>" rownum="<%= $row %>" STYLE="color:#ff0000; display:none"">
+ <SELECT NAME="cust_select<%= $row %>" ID="cust_select<%= $row %>" rownum="<%= $row %>" STYLE="color:#ff0000; display:none">
</SELECT>
<SCRIPT TYPE="text/javascript">
var customer_select<%= $row %> = document.getElementById("cust_select<%= $row %>");