From: jeff Date: Mon, 22 Jun 2009 17:00:57 +0000 (+0000) Subject: wtf? the tax applies but it doesn't? RT#5574 X-Git-Tag: root_of_svc_elec_features~1104 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=73e346e819dc56fb4447f9eb1624a49df1f58ab7 wtf? the tax applies but it doesn't? RT#5574 --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index ed16e1b9e..e7cdd21d4 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -3085,6 +3085,7 @@ sub _gather_taxes { unless (@taxclassnums) { @taxclassnums = map { $_->taxclassnum } + grep { $_->taxable eq 'Y' } $part_pkg->part_pkg_taxrate('cch', $geocode, $class); } warn "Found taxclassnum values of ". join(',', @taxclassnums)