From: Mark Wells Date: Wed, 30 Jan 2013 00:32:29 +0000 (-0800) Subject: fix warning X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cf6af2601d638a32e2463abeb59cee59ac41a2d1;p=freeside.git fix warning --- diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 1487feec1..395e629cf 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1751,8 +1751,9 @@ sub due_cust_event { #??? #my $DEBUG = $opt{'debug'} + $opt{'debug'} ||= 0; # silence some warnings local($DEBUG) = $opt{'debug'} - if defined($opt{'debug'}) && $opt{'debug'} > $DEBUG; + if $opt{'debug'} > $DEBUG; $DEBUG = $FS::cust_main::DEBUG if $FS::cust_main::DEBUG > $DEBUG; warn "$me due_cust_event called with options ".