From 5e76ae4e7a11bd28478ed68eef8124fb7ff0767c Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 13 Jan 2012 10:13:56 +0000 Subject: sales tax districts, #15089 --- httemplate/elements/location.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'httemplate/elements') 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 { % } +% if ( $conf->config('tax_district_method') or $object->get('district') ) { + + <<%$th%> ALIGN="right">Tax district
(automatic)> + + + + +% } % } <%init> -- cgit v1.2.1