From: jeff Date: Thu, 14 May 2009 16:25:21 +0000 (+0000) Subject: show geocode when taxproducts enabled X-Git-Tag: root_of_svc_elec_features~1200 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7923b92cdd671e1b13c951af33c11b0ac25dd894 show geocode when taxproducts enabled --- 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 Tax exempt <% $cust_main->tax ? 'yes' : 'no' %> +% if ( $conf->exists('enable_taxproducts') ) { + + Tax location + <% $cust_main->geocode('cch') %> + +% } Postal invoices