RT# 75817 - fixed enable selection to send password reset and to allow you to set...
[freeside.git] / FS / FS / cust_contact.pm
index 6820ac4..118a9e0 100644 (file)
@@ -106,7 +106,7 @@ and replace methods.
 sub check {
   my $self = shift;
 
-  if ( $self->selfservice_access eq 'R' || $self->selfservice_access eq 'P') {
+  if ( $self->selfservice_access eq 'R' || $self->selfservice_access eq 'E' || $self->selfservice_access eq 'P') {
     $self->selfservice_access('Y');
     $self->_resend('Y');
   }