summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-04-20 00:48:29 -0700
committerMark Wells <mark@freeside.biz>2015-04-20 09:43:00 -0700
commitf2cf5c2843dcef5db0941a1673538eb922fd5a5a (patch)
treeff0e5589d123c9d2dbea27da31f4f3475a7e1d83 /httemplate/view
parent94f12d554f6f1038d63283a0962d726e2725773a (diff)
add Avalara tax status field to prospects, #25718
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/prospect_main.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html
index a1f14a374..b5ef64f48 100644
--- a/httemplate/view/prospect_main.html
+++ b/httemplate/view/prospect_main.html
@@ -69,6 +69,14 @@
&>
% }
% }
+% if ( my $tax_status = $prospect_main->tax_status ) {
+ <TR>
+ <TD ALIGN="right">Tax status</TD>
+ <TD BGCOLOR="#FFFFFF">
+ <B><% $tax_status->taxstatus %>:</B> <% $tax_status->description %>
+ </TD>
+ </TR>
+% }
</TABLE>