[freeside-commits] freeside/FS/FS cust_pkg.pm, 1.195, 1.196 cust_bill.pm, 1.315, 1.316

Ivan,,, ivan at wavetail.420.am
Fri Feb 4 22:03:52 PST 2011


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

Modified Files:
	cust_pkg.pm cust_bill.pm 
Log Message:
add more debug tracing to invoice generation, RT#11452

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -w -d -r1.195 -r1.196
--- cust_pkg.pm	5 Feb 2011 05:45:40 -0000	1.195
+++ cust_pkg.pm	5 Feb 2011 06:03:50 -0000	1.196
@@ -2199,6 +2199,8 @@
           $detail =~ s/, $//;
           push @labels, $detail;
         }
+        warn "$me _labels_short   done consolidating services\n"
+          if $DEBUG;
       } else {
         warn "$me _labels_short   adding service data\n"
           if $DEBUG;

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -w -d -r1.315 -r1.316
--- cust_bill.pm	5 Feb 2011 04:58:50 -0000	1.315
+++ cust_bill.pm	5 Feb 2011 06:03:50 -0000	1.316
@@ -4365,6 +4365,9 @@
                                                    #$cust_bill_pkg->sdate)
               unless $cust_bill_pkg->pkgpart_override; #don't redisplay services
 
+            warn "$me _items_cust_bill_pkg done adding service details\n"
+              if $DEBUG > 1;
+
             if ( $multilocation ) {
               my $loc = $cust_pkg->location_label;
               $loc = substr($loc, 0, 50). '...'



More information about the freeside-commits mailing list