From d8535724aaeb4f5157d221a46a47bc25739d7495 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 26 Dec 2011 20:24:41 +0000 Subject: [PATCH] show pkgnum when billing at debug 1, RT#14904 --- FS/FS/cust_main/Billing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '') -- 2.11.0