[freeside-commits] branch FREESIDE_3_BRANCH updated. 25b8fb6744a33242aac596c6137632165822e96f

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


The branch, FREESIDE_3_BRANCH has been updated
       via  25b8fb6744a33242aac596c6137632165822e96f (commit)
      from  34b6146b716903b4a4f437c95a8e403c44ba0241 (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 25b8fb6744a33242aac596c6137632165822e96f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 21 16:36:28 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