summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2003-10-20 05:01:51 +0000
committerivan <ivan>2003-10-20 05:01:51 +0000
commitf6c14a1aa55d317747e56d4c0d669b4c902018c4 (patch)
tree1d5039c426735c1d465537a861cd2d6c35447bed /FS
parentea1d9968a9439272b58593e6b2ccbb3869002b20 (diff)
finish up weekly billing
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm2
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;