[freeside-commits] branch FREESIDE_3_BRANCH updated. 70bd8043bd879c2c1d9bfe6c69bd7dcde93434a8
Jeremy Davis
jeremyd at 420.am
Tue Sep 9 09:35:23 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 70bd8043bd879c2c1d9bfe6c69bd7dcde93434a8 (commit)
from 0bea6ef3799e5169484c59584d246f72a3822283 (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 70bd8043bd879c2c1d9bfe6c69bd7dcde93434a8
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue Sep 9 12:35:15 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