add more debug tracing to invoice generation, RT#11452
authorivan <ivan>
Sat, 5 Feb 2011 06:03:50 +0000 (06:03 +0000)
committerivan <ivan>
Sat, 5 Feb 2011 06:03:50 +0000 (06:03 +0000)
FS/FS/cust_bill.pm
FS/FS/cust_pkg.pm

index 24b0117..6e86bd6 100644 (file)
@@ -4365,6 +4365,9 @@ sub _items_cust_bill_pkg {
                                                    #$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). '...'
index 9d30830..c183a49 100644 (file)
@@ -2199,6 +2199,8 @@ sub _labels_short {
           $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;