diff options
author | ivan <ivan> | 2006-08-23 21:53:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-08-23 21:53:40 +0000 |
commit | 15e561850b61b10a92a46d8f3e316d53d4970087 (patch) | |
tree | b40851c5e4073d539cb67958ac5296ee4da4bbd7 /httemplate | |
parent | 996ba89dd077e989ad972726fe9edd9cfdc93705 (diff) |
remove extraneous "
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/misc/batch-cust_pay.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html index 41537ee7e..ed093ac08 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 %>"); |