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

Ivan,,, ivan at wavetail.420.am
Fri Feb 4 20:05:13 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_bill.pm 
Log Message:
fix cpu/memory problem?, RT#11452

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.299.2.10
retrieving revision 1.299.2.11
diff -u -w -d -r1.299.2.10 -r1.299.2.11
--- cust_bill.pm	5 Feb 2011 04:02:34 -0000	1.299.2.10
+++ cust_bill.pm	5 Feb 2011 04:05:10 -0000	1.299.2.11
@@ -4197,9 +4197,8 @@
   foreach my $cust_bill_pkg ( @$cust_bill_pkg )
   {
 
-    #eating cpu and memory?
-    #$discount_show_always = ($cust_bill_pkg->cust_bill_pkg_discount
-    #    			&& $conf->exists('discount-show-always'));
+    $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