[freeside-commits] branch master updated. f923be3caa64d3e539fbc5e81d22a44479f2774c

Jeremy Davis jeremyd at 420.am
Tue Sep 9 09:34:41 PDT 2014


The branch, master has been updated
       via  f923be3caa64d3e539fbc5e81d22a44479f2774c (commit)
      from  c9860506278274605e76c1a8c18084db134d7409 (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 f923be3caa64d3e539fbc5e81d22a44479f2774c
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Sep 9 12:34:28 2014 -0400

    #29052 Fix Aradial user deletion

diff --git a/FS/FS/part_export/aradial.pm b/FS/FS/part_export/aradial.pm
index afb17a6..b65cf15 100644
--- a/FS/FS/part_export/aradial.pm
+++ b/FS/FS/part_export/aradial.pm
@@ -90,7 +90,7 @@ sub export_delete {
   my ($self, $svc) = @_;
   $self->request_user_edit(
     'ConfirmDelete' => 1,
-    ('$Delete$' . $svc->username) => 1,
+    ('$Checked$' . $svc->username) => 1,
   );
 }
 

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

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




More information about the freeside-commits mailing list