X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fcontact.html;h=3fbcc05187f268b9dd8a1c09adb8d4068227d4b9;hp=ab14dfbe81aa0f5787b1c19b1bf8c967d510266c;hb=571291dda91dd92db80660aa3d67333b0c88fc34;hpb=c47980a8d9e1b83a80232674a57a875e319f9643 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);