X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;fp=httemplate%2Fsearch%2Freport_tax.html;h=ee25f62e7f5e3bb744d8cbe062fa80a9a1ee94c9;hb=03ab761a53bffa14d09f23fb8b9702806a1c6b79;hp=20aa07fc843ef74b86d6c2600ac4676374a8f287;hpb=6bf2bd02e49b8e1beb8a334e842f56d62e89bd11;p=freeside.git 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', }, &> @@ -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'; +}