diff options
Diffstat (limited to 'FS')
| -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', '') | 
