X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fprospect_main.html;h=b5ef64f489f0a0523450dffd8a8a58322152be3a;hb=f2cf5c2843dcef5db0941a1673538eb922fd5a5a;hp=66abffcdd0293301a0ee56d195fb3e6e2f01a7c7;hpb=03728b5a1f7e30faebc170389c4d91481ade685e;p=freeside.git diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 66abffcdd..b5ef64f48 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -39,9 +39,10 @@ % } -% foreach my $contact ( $prospect_main->contact ) { +% foreach my $prospect_contact ( $prospect_main->prospect_contact ) { +% my $contact = $prospect_contact->contact; - <% $contact->contact_classname %> Contact + <% $prospect_contact->contact_classname %> Contact <% $contact->line %> %} @@ -68,6 +69,14 @@ &> % } % } +% if ( my $tax_status = $prospect_main->tax_status ) { + + Tax status + + <% $tax_status->taxstatus %>: <% $tax_status->description %> + + +% }