summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-21 16:36:28 -0700
committerIvan Kohler <ivan@freeside.biz>2014-03-21 16:36:28 -0700
commit25b8fb6744a33242aac596c6137632165822e96f (patch)
treee4929f766dcf492b91e2a306bf5be8fd3b534f4f
parent34b6146b716903b4a4f437c95a8e403c44ba0241 (diff)
fix editing multiple email addresses with cust-email-high-visibility, RT#24246
-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>
% }