X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=8d8d1084c4eb12f1f73b26a74d16ef0f17cd3527;hb=c0c5709fb022b83a482d0b35f7094505766d5868;hp=20aa07fc843ef74b86d6c2600ac4676374a8f287;hpb=df1ebf662a9fc3f89503036e0dbf6833c1b95f9e;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 20aa07fc8..8d8d1084c 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -30,8 +30,19 @@ taxclass => 'Tax class', pkgclass => 'Package class', city => 'City', + district => 'District', }, &> + + + Deduct credited tax if it was + + + +
@@ -64,5 +75,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'; +}