[freeside-commits] freeside/httemplate/elements location.html, 1.18.2.1, 1.18.2.2
Mark Wells
mark at wavetail.420.am
Fri Jan 13 02:14:19 PST 2012
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv18020/httemplate/elements
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.18.2.1
retrieving revision 1.18.2.2
diff -u -w -d -r1.18.2.1 -r1.18.2.2
--- location.html 13 Dec 2011 05:10:22 -0000 1.18.2.1
+++ location.html 13 Jan 2012 10:14:17 -0000 1.18.2.2
@@ -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