diff options
author | Mark Wells <mark@freeside.biz> | 2015-04-28 13:41:41 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-04-28 13:41:41 -0700 |
commit | eccc0b7af126b0c7450de27165866bbb1786f65e (patch) | |
tree | 6fa206331e74e31dbb652e45a5090b0a2889d025 /httemplate/edit/process | |
parent | 617f35605d4f67ae62ac557baa8572561e06a1c6 (diff) |
improve editing of district taxes, #15089
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/bulk-cust_main_county.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) }; |