add customer fields option with agent, display_custnum, status and name, RT#73721
[freeside.git] / FS / FS / contact.pm
index 1c456e7..c462e55 100644 (file)
@@ -882,8 +882,6 @@ sub send_reset_email {
 
   #email it
 
-  my $conf = new FS::Conf;
-
   my $cust_main = '';
   my @cust_contact = grep $_->selfservice_access, $self->cust_contact;
   $cust_main = $cust_contact[0]->cust_main if scalar(@cust_contact) == 1;