From eae5bf77222d04df4727ebb3e5a61fafec033c2c Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 8 Aug 2016 22:07:58 -0500 Subject: [PATCH] RT#71995: Cancel Packages [turned off debug in email_search] --- FS/FS/cust_main/Search.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm index 11a106a68..e02114016 100644 --- a/FS/FS/cust_main/Search.pm +++ b/FS/FS/cust_main/Search.pm @@ -514,11 +514,9 @@ none or one). sub email_search { my %options = @_; - local($DEBUG) = 1; - my $email = delete $options{'email'}; - #we're only being used by RT at the moment... no agent virtualization yet + #no agent virtualization yet #my $agentnums_sql = $FS::CurrentUser::CurrentUser->agentnums_sql; my @cust_main = (); -- 2.11.0