summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-08-08 22:07:58 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-08-09 17:18:31 -0500
commitff0bc74a18466766d13da2bec0059b12b34b207d (patch)
tree7d41afa12f828da65653fb8ba43b9417f5d845cf /FS
parente05ff0efafd8631942c5770eaad69ad8ddfede82 (diff)
RT#71995: Cancel Packages [turned off debug in email_search]
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main/Search.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 22b8495bc..66b73dd0b 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -513,11 +513,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 = ();