[freeside-commits] branch FREESIDE_3_BRANCH updated. f6b7e98aba4ed5a264809a712a3a3c5487a53049
Jeremy Davis
jeremyd at 420.am
Mon Oct 20 12:02:26 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via f6b7e98aba4ed5a264809a712a3a3c5487a53049 (commit)
from 9d878141d7230e6d1a3a913d30ee04b3f2448cf2 (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 f6b7e98aba4ed5a264809a712a3a3c5487a53049
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Oct 20 15:01:43 2014 -0400
Ticket #31242 Fix A2billing suspends
diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm
index dc152e4..0547a21 100644
--- a/FS/FS/part_export/a2billing.pm
+++ b/FS/FS/part_export/a2billing.pm
@@ -444,7 +444,7 @@ sub export_unsuspend {
if ( $svc->isa('FS::svc_acct') ) {
$error = $self->a2b_insert_or_replace('cc_card', 'svcnum',
{ svcnum => $svc->svcnum,
- status => 0, #"ACTIVE"
+ status => 1, #"ACTIVE"
activated => 1,
}
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/a2billing.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list