[freeside-commits] branch master updated. 8da40d178b010952c42d564af2e2e5456d7e2fc2

Jeremy Davis jeremyd at 420.am
Mon Oct 20 12:00:34 PDT 2014


The branch, master has been updated
       via  8da40d178b010952c42d564af2e2e5456d7e2fc2 (commit)
      from  98ea15536afc6896cce08a41b877d6cb52444d14 (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 8da40d178b010952c42d564af2e2e5456d7e2fc2
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Oct 20 14:59:52 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