X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcontact.pm;h=c462e55f33c9c9d79c4ade1257dca161b6c87999;hb=c3b6a3e02cbe18b67714f11d502492e234d7ac77;hp=1c456e7adb05b9742178eaed8402bee64d84d536;hpb=ecd038f7ae5c1ffc929f3c928ecd161eeb45d9be;p=freeside.git diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm index 1c456e7ad..c462e55f3 100644 --- a/FS/FS/contact.pm +++ b/FS/FS/contact.pm @@ -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;