[freeside-commits] branch FREESIDE_4_BRANCH updated. 23c155d0e96cd65a5e678a018254c9399eaccb9b
Ivan Kohler
ivan at freeside.biz
Mon Oct 21 13:22:03 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via 23c155d0e96cd65a5e678a018254c9399eaccb9b (commit)
from bfc7da9a45a81bdc9a8f645be91541c2492d6118 (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 23c155d0e96cd65a5e678a018254c9399eaccb9b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Oct 21 13:20:07 2019 -0700
release held packages when automatically unsuspending, RT#83847
diff --git a/FS/FS/cust_main_Mixin.pm b/FS/FS/cust_main_Mixin.pm
index 921ef8f5e..ba6fda146 100644
--- a/FS/FS/cust_main_Mixin.pm
+++ b/FS/FS/cust_main_Mixin.pm
@@ -837,7 +837,7 @@ sub unsuspend_balance {
'reason_type' => $conf->config('unsuspend_reason_type')
);
- push @errors, $cust_main->release_hold if $conf->exists('unsuspend-unhold');
+ push @errors, $cust_main->release_hold;
# side-fx with nested transactions? upstack rolls back?
warn "WARNING:Errors unsuspending customer ". $cust_main->custnum. ": ".
join(' / ', @errors)
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main_Mixin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list