[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.15, 1.16

Jeff Finucane,420,, jeff at wavetail.420.am
Thu May 14 09:25:23 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv6957

Modified Files:
	billing.html 
Log Message:
show geocode when taxproducts enabled

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- billing.html	2 Aug 2008 04:20:22 -0000	1.15
+++ billing.html	14 May 2009 16:25:21 -0000	1.16
@@ -164,6 +164,12 @@
   <TD ALIGN="right">Tax&nbsp;exempt</TD>
   <TD BGCOLOR="#ffffff"><% $cust_main->tax ? 'yes' : 'no' %></TD>
 </TR>
+% if ( $conf->exists('enable_taxproducts') ) {
+<TR>
+  <TD ALIGN="right">Tax&nbsp;location</TD>
+  <TD BGCOLOR="#ffffff"><% $cust_main->geocode('cch') %></TD>
+</TR>
+% }
 <TR>
   <TD ALIGN="right">Postal&nbsp;invoices</TD>
   <TD BGCOLOR="#ffffff">



More information about the freeside-commits mailing list