X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=2ba0ff04654fbc77af9257e407ad1625c63c7d1c;hp=0283e3d04759fe6c6a06639861cb651834afab38;hb=f6c14a1aa55d317747e56d4c0d669b4c902018c4;hpb=ea1d9968a9439272b58593e6b2ccbb3869002b20 diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 0283e3d04..2ba0ff046 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -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;