eliminate warning: Argument "" isn\'t numeric in numeric gt (>)
[freeside.git] / FS / FS / cust_main.pm
index 44fb8d6..9144a81 100644 (file)
@@ -1343,7 +1343,7 @@ sub bill {
                   || $tax->recurtax =~ /^Y$/i;
             next unless $taxable_charged;
 
-            if ( $tax->exempt_amount > 0 ) {
+            if ( $tax->exempt_amount && $tax->exempt_amount > 0 ) {
               my ($mon,$year) = (localtime($sdate) )[4,5];
               $mon++;
               my $freq = $part_pkg->freq || 1;