X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts_new.html;fp=httemplate%2Fview%2Fcust_main%2Fcontacts_new.html;h=a28b44934f14d925e3e1abd42072301c5da39b52;hb=e517b3733dd3d19a7af586c9f4b8cf9982a8b3d2;hp=94488670df7f7e9a8af76767f15727b480c1073f;hpb=f975ff916152bf85b76e5c7bea48f7fdc8af1cc2;p=freeside.git diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html index 94488670d..a28b44934 100644 --- a/httemplate/view/cust_main/contacts_new.html +++ b/httemplate/view/cust_main/contacts_new.html @@ -11,6 +11,7 @@ <%$th%>Email <%$th%>Send invoices <%$th%>Self-service + <%$th%>Send messages % foreach my $phone_type (@phone_type) { <%$th%><% $phone_type->typename |h %> % } @@ -32,6 +33,7 @@ % my @contact_email = $contact->contact_email; <%$td%><% join(', ', map $_->emailaddress, @contact_email) %> <%$td%><% $cust_contact->invoice_dest eq 'Y' ? 'Yes' : 'No' %> + <%$td%><% $cust_contact->message_dest eq 'Y' ? 'Yes' : 'No' %> <%$td%> % if ( $cust_contact->selfservice_access ) { Enabled