From 659bfc275fe537566bfde62b3a2a7477e10e0bc0 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 22 Dec 2015 01:02:34 -0800 Subject: [PATCH] always show message_noemail checkbox somewhere, #38727 --- httemplate/edit/cust_main/name.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html index 74b2a7b5b..4929f8734 100644 --- a/httemplate/edit/cust_main/name.html +++ b/httemplate/edit/cust_main/name.html @@ -37,9 +37,19 @@ : 'label' %>">Email address(es) + + + + message_noemail eq 'Y' ) + ? 'CHECKED' + : '' + %>> <% emt('Do not send notices') %> + + % } <%init> -- 2.11.0