X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fcommunigate_pro.pm;h=a9d9591ca505493a9ccecf96663262f4891df4f6;hp=35c7fbf41d22ead2f7c967b08d86aee94eb70f85;hb=972ef71fa13cf9a76cb6453a98ece950e1776f1a;hpb=4a22a31cd586fc6cff704294b4de39841b0bc86b diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm index 35c7fbf41..a9d9591ca 100644 --- a/FS/FS/part_export/communigate_pro.pm +++ b/FS/FS/part_export/communigate_pro.pm @@ -39,6 +39,8 @@ sub _export_replace { || $old->finger ne $new->finger || $old->quota ne $new->quota; + return '' if '*SUSPENDED* '. $old->_password eq $new->_password; + #my $err_or_queue = $self->communigate_pro_queue( $new->svcnum,'RenameAccount', # $old->email, $new->email ); #return $err_or_queue unless ref($err_or_queue);