[freeside-commits] freeside/FS/FS cust_bill.pm, 1.299.2.12, 1.299.2.13

Ivan,,, ivan at wavetail.420.am
Fri Feb 4 20:49:43 PST 2011


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

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

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.299.2.12
retrieving revision 1.299.2.13
diff -u -w -d -r1.299.2.12 -r1.299.2.13
--- cust_bill.pm	5 Feb 2011 04:41:08 -0000	1.299.2.12
+++ cust_bill.pm	5 Feb 2011 04:49:41 -0000	1.299.2.13
@@ -4247,6 +4247,9 @@
 
         if ( $cust_bill_pkg->setup != 0 && (!$type || $type eq 'S') ) {
 
+          warn "$me _items_cust_bill_pkg adding setup\n"
+            if $DEBUG > 1;
+
           my $description = $desc;
           $description .= ' Setup' if $cust_bill_pkg->recur != 0;
 
@@ -4295,6 +4298,9 @@
            )
         {
 
+          warn "$me _items_cust_bill_pkg adding recur/usage\n"
+            if $DEBUG > 1;
+
           my $is_summary = $display->summary;
           my $description = ($is_summary && $type && $type eq 'U')
                             ? "Usage charges" : $desc;



More information about the freeside-commits mailing list