summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-08 17:03:46 -0800
committerMark Wells <mark@freeside.biz>2016-01-09 16:14:36 -0800
commit226279ba70554a39a2c81c736895f1b875b2d37f (patch)
treea7ce72fee474cad8d750e2f767e70cefae5802cb /httemplate/view
parent75944a8bdfc02166b16f2f6c03adcff75bf6cc3b (diff)
reconcile invoice destination contacts with multiple-customer contacts, #25536 and #27943
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/contacts_new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html
index a0dd30125..94488670d 100644
--- a/httemplate/view/cust_main/contacts_new.html
+++ b/httemplate/view/cust_main/contacts_new.html
@@ -31,7 +31,7 @@
% my @contact_email = $contact->contact_email;
<%$td%><% join(', ', map $_->emailaddress, @contact_email) %></TD>
- <%$td%><% $contact->invoice_dest eq 'Y' ? 'Yes' : 'No' %></TD>
+ <%$td%><% $cust_contact->invoice_dest eq 'Y' ? 'Yes' : 'No' %></TD>
<%$td%>
% if ( $cust_contact->selfservice_access ) {
Enabled