summaryrefslogtreecommitdiff
path: root/httemplate/edit
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/edit
parentc5588173be7a36ee82a037e3809e6ecc7f14917f (diff)
sales tax districts, #15089
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/cust_main_county.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main_county.html b/httemplate/edit/cust_main_county.html
index 11b8e43cd..9d21cc8a0 100644
--- a/httemplate/edit/cust_main_county.html
+++ b/httemplate/edit/cust_main_county.html
@@ -7,6 +7,7 @@
'state' => 'State',
'county' => 'County',
'city' => 'City',
+ 'district' => 'District',
'taxclass' => 'Tax class',
'taxname' => 'Tax name',
'tax' => 'Tax rate',
@@ -48,6 +49,9 @@ my @fields = (
{ field=>'city', type=>'fixed', },
);
+push @fields, { field=>'district', type=>'fixed', }
+ if $cust_main_county->district;
+
push @fields, { field=>'taxclass', type=>'fixed', }
if $conf->exists('enable_taxclasses');