X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcontact.pm;h=c462e55f33c9c9d79c4ade1257dca161b6c87999;hb=f4daf7e8c831fe126dc3fd1d6d0db5ee3b46d602;hp=1c456e7adb05b9742178eaed8402bee64d84d536;hpb=606df68b2e1c2ee977aba90f3d738237dc23a61c;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;