finish up weekly billing
[freeside.git] / FS / FS / cust_main.pm
index 0283e3d..2ba0ff0 100644 (file)
@@ -1215,7 +1215,7 @@ sub bill {
                   || $tax->recurtax =~ /^Y$/i;
             next unless $taxable_charged;
 
-            if ( $tax->exempt_amount ) {
+            if ( $tax->exempt_amount > 0 ) {
               my ($mon,$year) = (localtime($sdate) )[4,5];
               $mon++;
               my $freq = $part_pkg->freq || 1;