diff options
author | mark <mark> | 2012-01-13 10:13:56 +0000 |
---|---|---|
committer | mark <mark> | 2012-01-13 10:13:56 +0000 |
commit | 5e76ae4e7a11bd28478ed68eef8124fb7ff0767c (patch) | |
tree | 958bb1b1e855c3e4204fc23d76f1f81f5fa00cf9 /httemplate/elements/location.html | |
parent | f5d62095722c3756c897db1903bddb1a9aad3a06 (diff) |
sales tax districts, #15089
Diffstat (limited to 'httemplate/elements/location.html')
-rw-r--r-- | httemplate/elements/location.html | 8 |
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> |