[freeside-commits] branch FREESIDE_3_BRANCH updated. 659bfc275fe537566bfde62b3a2a7477e10e0bc0

Mark Wells mark at 420.am
Tue Dec 22 01:06:18 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  659bfc275fe537566bfde62b3a2a7477e10e0bc0 (commit)
      from  0fc158f576b404002225284b5dfc1634502f7569 (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 659bfc275fe537566bfde62b3a2a7477e10e0bc0
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Dec 22 01:02:34 2015 -0800

    always show message_noemail checkbox somewhere, #38727

diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html
index 74b2a7b..4929f87 100644
--- a/httemplate/edit/cust_main/name.html
+++ b/httemplate/edit/cust_main/name.html
@@ -37,9 +37,19 @@
         : 'label' %>">Email address(es)
   </TD>
   <TD BGCOLOR="#FFFF00">
+    <SPAN STYLE="width: 200px">
     <INPUT TYPE="text" NAME="invoicing_list" 
            VALUE="<% $cust_main->invoicing_list_emailonly_scalar %>">
+    </SPAN>
   </TD>
+  <TD COLSPAN="5">
+    <INPUT TYPE="checkbox" NAME="message_noemail" VALUE="Y" <%
+        ( $cust_main->message_noemail eq 'Y' )
+          ? 'CHECKED'
+          : ''
+        %>> <% emt('Do not send notices') %>
+  </TD>
+
 </TR>
 % }
 <%init>

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

Summary of changes:
 httemplate/edit/cust_main/name.html |   10 ++++++++++
 1 file changed, 10 insertions(+)




More information about the freeside-commits mailing list