diff options
| author | ivan <ivan> | 2011-12-26 20:24:41 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-26 20:24:41 +0000 |
| commit | d8535724aaeb4f5157d221a46a47bc25739d7495 (patch) | |
| tree | 60a86769542891426696117a7debd7381f245d4f | |
| parent | 5c59829b853cf3fdce42b45e57192fd8ca30dd65 (diff) | |
show pkgnum when billing at debug 1, RT#14904
| -rw-r--r-- | FS/FS/cust_main/Billing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', '') |
