[freeside-commits] branch master updated. 63720c224b0c21f33f25b66bed80d280a66328a3

Ivan ivan at 420.am
Fri Mar 21 16:36:27 PDT 2014


The branch, master has been updated
       via  63720c224b0c21f33f25b66bed80d280a66328a3 (commit)
      from  84996f424d915fc7a519c3628707479321c669b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 63720c224b0c21f33f25b66bed80d280a66328a3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 21 16:36:27 2014 -0700

    fix editing multiple email addresses with cust-email-high-visibility, RT#24246

diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html
index fbb0a91..74b2a7b 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>
 % }

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/cust_main/name.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list