From: ivan Date: Mon, 26 Dec 2011 20:24:41 +0000 (+0000) Subject: show pkgnum when billing at debug 1, RT#14904 X-Git-Tag: freeside_2_3_1~55 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d8535724aaeb4f5157d221a46a47bc25739d7495 show pkgnum when billing at debug 1, RT#14904 --- diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 078908e6d..464ee8a87 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -382,7 +382,7 @@ sub bill { 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', '')