diff options
author | jeff <jeff> | 2009-05-14 16:25:21 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-05-14 16:25:21 +0000 |
commit | 7923b92cdd671e1b13c951af33c11b0ac25dd894 (patch) | |
tree | 5f7a4b266a18c024f601f114122749246f57f405 /httemplate | |
parent | 794a4505360fec404e2b9d5c6daf79f750186bfe (diff) |
show geocode when taxproducts enabled
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/billing.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index aea90e8b3..4b2425b33 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -164,6 +164,12 @@ Billing information <TD ALIGN="right">Tax exempt</TD> <TD BGCOLOR="#ffffff"><% $cust_main->tax ? 'yes' : 'no' %></TD> </TR> +% if ( $conf->exists('enable_taxproducts') ) { +<TR> + <TD ALIGN="right">Tax location</TD> + <TD BGCOLOR="#ffffff"><% $cust_main->geocode('cch') %></TD> +</TR> +% } <TR> <TD ALIGN="right">Postal invoices</TD> <TD BGCOLOR="#ffffff"> |