diff options
-rw-r--r-- | FS/FS/part_export/aradial.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/aradial.pm b/FS/FS/part_export/aradial.pm index b65cf15e3..1963e95f6 100644 --- a/FS/FS/part_export/aradial.pm +++ b/FS/FS/part_export/aradial.pm @@ -63,6 +63,7 @@ sub export_replace { $self->request_user_edit( 'Page' => 'UserEdit', 'Modify' => 1, + 'UserID' => $old->username, $self->svc_acct_params($new), UserLockout => $UserLockout, ); |