X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcust_main.pm;h=1d234a7657fcf9ce206f93f197bc36b0f002646c;hb=7d0b690f5684cdfdcd68d25568a101f6b088ad98;hp=fa2ccaa2b04415abd27a4e3c2a1cbfbfe9be783b;hpb=51c5ca4c306af5d35967b130bcd0c8f563b7b23b;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index fa2ccaa2b..1d234a765 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2927,16 +2927,6 @@ sub _gather_taxes { }) if scalar(@taxclassnums); - # maybe eliminate this entirely, along with all the 0% records - unless ( @taxes ) { - return - "fatal: can't find tax rate for geocode/taxproduct/pkgpart ". - join('/', $geocode, - $part_pkg->taxproduct_description, - $part_pkg->pkgpart - ); - } - warn "Found taxes ". join(',', map{ ref($_). " ". $_->get($_->primary_key) } @taxes). "\n" if $DEBUG;