[freeside-commits] freeside/FS/FS/cust_main Billing.pm,1.44,1.45

Ivan,,, ivan at wavetail.420.am
Mon Dec 26 12:27:47 PST 2011


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

Modified Files:
	Billing.pm 
Log Message:
show pkgnum when billing at debug 1, RT#14904

Index: Billing.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing.pm,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -w -d -r1.44 -r1.45
--- Billing.pm	29 Nov 2011 22:52:27 -0000	1.44
+++ Billing.pm	26 Dec 2011 20:27:45 -0000	1.45
@@ -382,7 +382,7 @@
 
     next if $options{'not_pkgpart'}->{$cust_pkg->pkgpart};
 
-    warn "  bill package ". $cust_pkg->pkgnum. "\n" if $DEBUG > 1;
+    warn "  bill package ". $cust_pkg->pkgnum. "\n" if $DEBUG;
 
     #? to avoid use of uninitialized value errors... ?
     $cust_pkg->setfield('bill', '')



More information about the freeside-commits mailing list