summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/cust_main/name.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html
index fbb0a916e..74b2a7b5b 100644
--- a/httemplate/edit/cust_main/name.html
+++ b/httemplate/edit/cust_main/name.html
@@ -38,7 +38,7 @@
</TD>
<TD BGCOLOR="#FFFF00">
<INPUT TYPE="text" NAME="invoicing_list"
- VALUE=<% $cust_main->invoicing_list_emailonly_scalar %>>
+ VALUE="<% $cust_main->invoicing_list_emailonly_scalar %>">
</TD>
</TR>
% }