diff options
author | ivan <ivan> | 2003-10-20 05:01:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-20 05:01:51 +0000 |
commit | f6c14a1aa55d317747e56d4c0d669b4c902018c4 (patch) | |
tree | 1d5039c426735c1d465537a861cd2d6c35447bed /FS | |
parent | ea1d9968a9439272b58593e6b2ccbb3869002b20 (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 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; |