From 73e346e819dc56fb4447f9eb1624a49df1f58ab7 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 22 Jun 2009 17:00:57 +0000 Subject: [PATCH] wtf? the tax applies but it doesn't? RT#5574 --- FS/FS/cust_main.pm | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0