From dbd543bd2ac2d58e7f83a94fc9f7d7733f98696d Mon Sep 17 00:00:00 2001 From: Pilar Candia Date: Mon, 7 Oct 2024 12:02:08 -0400 Subject: [PATCH] [5.3] MACT-102: Fix issue where account is not getting disabled/enabled (#200) --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 2ba6901..eb4458b 100644 --- a/app.js +++ b/app.js @@ -2250,7 +2250,7 @@ define(function(require) { }, formatAccountData: function(data) { - return _.omit(data, ['billing_mode', 'enabled', 'superduper_admin', 'wnm_allow_additions', 'created', 'is_reseller', 'reseller_id']); + return _.omit(data, ['billing_mode', 'superduper_admin', 'wnm_allow_additions', 'created', 'is_reseller', 'reseller_id']); }, autoGeneratePassword: function() {