[freeside-commits] branch FREESIDE_3_BRANCH updated. f06ed0e1de0725b63f6d05eff539a6516e223c07

Jeremy Davis jeremyd at 420.am
Tue Sep 9 09:53:58 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  f06ed0e1de0725b63f6d05eff539a6516e223c07 (commit)
      from  70bd8043bd879c2c1d9bfe6c69bd7dcde93434a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f06ed0e1de0725b63f6d05eff539a6516e223c07
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Sep 9 12:53:52 2014 -0400

    #29052 Fix Aradial replace operations

diff --git a/FS/FS/part_export/aradial.pm b/FS/FS/part_export/aradial.pm
index b65cf15..1963e95 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,
   );

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/aradial.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list