From 68c776b1b81217be620c9a4212d6652cc44452e5 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 13 Jan 2012 10:14:17 +0000 Subject: sales tax districts, #15089 --- httemplate/edit/cust_main_county.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/edit') 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'); -- cgit v1.2.1