summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-21 16:36:27 -0700
committerIvan Kohler <ivan@freeside.biz>2014-03-21 16:36:27 -0700
commit63720c224b0c21f33f25b66bed80d280a66328a3 (patch)
treef3040ef6ef47eb3ff6d05eeb9e94a79636173d1c /httemplate
parent84996f424d915fc7a519c3628707479321c669b2 (diff)
fix editing multiple email addresses with cust-email-high-visibility, RT#24246
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>
% }