summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pay.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-03-17 00:16:35 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-03-17 00:32:16 -0500
commitf40a061c3d2bfc3d988d4fd4e8e15211e8d9a291 (patch)
treea1449f4e5b7e080896fa619f71db5f9a22821d95 /FS/FS/cust_pay.pm
parentfdff077d075af80c623bf03ce65cca4af0ebdde5 (diff)
RT#28648: Unsuspend when past due balance is paid [cleanup for backport]
Diffstat (limited to 'FS/FS/cust_pay.pm')
-rw-r--r--FS/FS/cust_pay.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm
index 86e7968..331a156 100644
--- a/FS/FS/cust_pay.pm
+++ b/FS/FS/cust_pay.pm
@@ -1205,15 +1205,6 @@ sub _upgrade_data { #class method
process_upgrade_paybatch();
}
}
-
- # unsuspendauto upgrade
- # could just as easily go in cust_credit, or even cust_bill or cust_main
- # but here works
- if ($conf->exists('unsuspendauto') && !$conf->config('unsuspend_balance')) {
- $conf->set('unsuspend_balance','Zero');
- $conf->delete('unsuspendauto');
- }
-
}
sub process_upgrade_paybatch {