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

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


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

Modified Files:
	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.311
retrieving revision 1.312
diff -u -w -d -r1.311 -r1.312
--- cust_bill.pm	5 Feb 2011 04:02:26 -0000	1.311
+++ cust_bill.pm	5 Feb 2011 04:05:03 -0000	1.312
@@ -4228,9 +4228,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