[freeside-commits] freeside/httemplate/elements location.html, 1.19, 1.20

Mark Wells mark at wavetail.420.am
Fri Jan 13 02:13:58 PST 2012


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv17776/httemplate/elements

Modified Files:
	location.html 
Log Message:
sales tax districts, #15089

Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/location.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- location.html	13 Dec 2011 05:09:31 -0000	1.19
+++ location.html	13 Jan 2012 10:13:56 -0000	1.20
@@ -209,6 +209,14 @@
 %   } else {
       <INPUT TYPE="hidden" NAME="censustract" VALUE="<% $opt{censustract} %>">
 %   } 
+%   if ( $conf->config('tax_district_method') or $object->get('district') ) {
+    <TR>
+      <<%$th%> ALIGN="right">Tax district<BR>(automatic)</<%$th%>>
+      <TD>
+        <INPUT TYPE="text" NAME="district" VALUE="<%$object->get('district')%>">
+      </TD>
+    </TR>
+%   }
 % } 
 
 <%init>



More information about the freeside-commits mailing list