[freeside-commits] freeside/FS/FS cust_bill.pm,1.310,1.311

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


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

Modified Files:
	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.310
retrieving revision 1.311
diff -u -w -d -r1.310 -r1.311
--- cust_bill.pm	5 Feb 2011 03:53:38 -0000	1.310
+++ cust_bill.pm	5 Feb 2011 04:02:26 -0000	1.311
@@ -4228,8 +4228,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