diff options
author | ivan <ivan> | 2003-10-20 05:01:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-20 05:01:49 +0000 |
commit | d4db9f47e8895acc022d4d6d039dd7ddfdb6df43 (patch) | |
tree | 8813747ee4bf4fc142ae6eda570da0bf5e35ff71 /FS | |
parent | 3ac330fc6676b1270f811e8f29af261d64f711d8 (diff) |
finish up weekly billing
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 61b75884e..a783085ae 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1131,7 +1131,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; |