summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-08 17:03:46 -0800
committerMark Wells <mark@freeside.biz>2016-01-08 17:04:04 -0800
commit571291dda91dd92db80660aa3d67333b0c88fc34 (patch)
treee2a2d75bca09be9d6e887d49675a7992d73c85d4 /httemplate/elements
parentc47980a8d9e1b83a80232674a57a875e319f9643 (diff)
reconcile invoice destination contacts with multiple-customer contacts, #25536 and #27943
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/contact.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index ab14dfbe8..3fbcc0518 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -40,7 +40,9 @@
% }
% } elsif ( $field eq 'emailaddress' ) {
% $value = join(', ', map $_->emailaddress, $contact->contact_email);
-% } elsif ( $field eq 'selfservice_access' || $field eq 'comment' ) {
+% } elsif ( $field eq 'selfservice_access'
+% or $field eq 'comment'
+% or $field eq 'invoice_dest' ) {
% $value = $X_contact->get($field);
% } else {
% $value = $contact->get($field);