diff options
author | ivan <ivan> | 2010-09-23 18:02:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-09-23 18:02:33 +0000 |
commit | 809450eeedfb9fc86157587e135fd82c94c290fc (patch) | |
tree | 7f6dafc8fc086f9b2599b002c726f97334200a73 | |
parent | 97fcd64d7db5e90605126fd52f86e21efcd5cbec (diff) |
additional debug info, RT#10012
-rw-r--r-- | FS/FS/cust_main/Billing.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 8021d38bc..d24221ebb 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -722,6 +722,7 @@ sub calculate_taxes { foreach ( @{ $taxlisthash->{$tax} }[1 ... scalar(@{ $taxlisthash->{$tax} })] ) { next unless ref($_) eq 'FS::cust_bill_pkg'; + warn $_->pkgnum."\n" if $DEBUG > 2; push @{ $packagemap{$_->pkgnum}->_cust_tax_exempt_pkg }, splice( @{ $_->_cust_tax_exempt_pkg } ); } |