[freeside-commits] freeside/FS/FS/cust_main Billing.pm,1.9,1.10

Ivan,,, ivan at wavetail.420.am
Thu Sep 23 11:00:14 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/cust_main
In directory wavetail.420.am:/tmp/cvs-serv20671

Modified Files:
	Billing.pm 
Log Message:
additional debug info, RT#10012

Index: Billing.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- Billing.pm	23 Sep 2010 17:55:15 -0000	1.9
+++ Billing.pm	23 Sep 2010 18:00:11 -0000	1.10
@@ -717,6 +717,7 @@
 
   #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';



More information about the freeside-commits mailing list