From 97fcd64d7db5e90605126fd52f86e21efcd5cbec Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 23 Sep 2010 18:00:11 +0000 Subject: [PATCH] additional debug info, RT#10012 --- FS/FS/cust_main/Billing.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 3638d00f2..8021d38bc 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -717,6 +717,7 @@ sub calculate_taxes { #move the cust_tax_exempt_pkg records to the cust_bill_pkgs we will commit my %packagemap = map { $_->pkgnum => $_ } @$cust_bill_pkg; + warn Dumper(\%packagemap) if $DEBUG > 2; foreach my $tax ( keys %$taxlisthash ) { foreach ( @{ $taxlisthash->{$tax} }[1 ... scalar(@{ $taxlisthash->{$tax} })] ) { next unless ref($_) eq 'FS::cust_bill_pkg'; -- 2.11.0