summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authormark <mark>2012-01-13 10:14:17 +0000
committermark <mark>2012-01-13 10:14:17 +0000
commit68c776b1b81217be620c9a4212d6652cc44452e5 (patch)
tree77fc8b09a91d782a59ce21d815e8fb3a4c8ff848 /httemplate/elements
parentc5588173be7a36ee82a037e3809e6ecc7f14917f (diff)
sales tax districts, #15089
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/location.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index c5509c1a9..13797fe61 100644
--- a/httemplate/elements/location.html
+++ b/httemplate/elements/location.html
@@ -209,6 +209,14 @@ Example:
% } 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>