From d4db9f47e8895acc022d4d6d039dd7ddfdb6df43 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 20 Oct 2003 05:01:49 +0000 Subject: finish up weekly billing --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') 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; -- cgit v1.2.1