diff options
Diffstat (limited to 'httemplate/search/report_tax.html')
| -rwxr-xr-x | httemplate/search/report_tax.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 20aa07fc8..ee25f62e7 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -30,6 +30,7 @@ taxclass => 'Tax class', pkgclass => 'Package class', city => 'City', + district => 'District', }, &> </TABLE> @@ -64,5 +65,8 @@ if ( FS::pkg_class->count() > 0 ) { if ( FS::cust_main_county->count("city is not null and city != ''") > 0 ) { push @breakdown, 'city'; } +if ( FS::cust_main_county->count("district is not null") > 0 ) { + push @breakdown, 'district'; +} </%init> |
