[freeside-commits] freeside/FS/FS cust_bill.pm, 1.299.2.9, 1.299.2.10

Ivan,,, ivan at wavetail.420.am
Fri Feb 4 20:02:36 PST 2011


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

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.9
retrieving revision 1.299.2.10
diff -u -w -d -r1.299.2.9 -r1.299.2.10
--- cust_bill.pm	5 Feb 2011 03:54:04 -0000	1.299.2.9
+++ cust_bill.pm	5 Feb 2011 04:02:34 -0000	1.299.2.10
@@ -4197,8 +4197,9 @@
   foreach my $cust_bill_pkg ( @$cust_bill_pkg )
   {
 
-    $discount_show_always = ($cust_bill_pkg->cust_bill_pkg_discount
-				&& $conf->exists('discount-show-always'));
+    #eating cpu and memory?
+    #$discount_show_always = ($cust_bill_pkg->cust_bill_pkg_discount
+    #    			&& $conf->exists('discount-show-always'));
 
     foreach ( $s, $r, ($opt{skip_usage} ? () : $u ) ) {
       if ( $_ && !$cust_bill_pkg->hidden ) {



More information about the freeside-commits mailing list