From: Jeremy Davis Date: Tue, 9 Sep 2014 16:48:50 +0000 (-0400) Subject: #29052 Fix Aradial replace operations X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2e2c96e93a676eeca5bfa621ffc51570896cf450 #29052 Fix Aradial replace operations --- 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, );