From 601c221a20048eb96fa584bda348fda5f7d9f86f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 28 Apr 2015 13:40:38 -0700 Subject: improve editing of district taxes, #15089 --- httemplate/edit/process/bulk-cust_main_county.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/bulk-cust_main_county.html b/httemplate/edit/process/bulk-cust_main_county.html index af9e49500..b7ff40fa7 100644 --- a/httemplate/edit/process/bulk-cust_main_county.html +++ b/httemplate/edit/process/bulk-cust_main_county.html @@ -49,7 +49,7 @@ foreach my $taxnum ( @taxnum ) { qw( taxname tax exempt_amount setuptax recurtax ) ), ( map { $_ => $cust_main_county->get($_) } - qw( country state county taxclass ) + qw( country state county city district taxclass ) ) }; -- cgit v1.2.1