X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fa2billing.pm;h=6b3c31530f6e59237c963dae402530c27b82b860;hb=2107b17616dd0bada097eebcdb8cea716edc55ba;hp=dc152e4a1a838cf038c69370364abe5ecfbd00f1;hpb=3f77bb21dfb560a6a91d828f7af9844f80d0d914;p=freeside.git diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm index dc152e4a1..6b3c31530 100644 --- a/FS/FS/part_export/a2billing.pm +++ b/FS/FS/part_export/a2billing.pm @@ -142,6 +142,7 @@ sub export_insert { state => $location->state, country => $country3, zipcode => $location->zip, + simultaccess => $part_pkg->option('a2billing_simultaccess'), typepaid => $part_pkg->option('a2billing_type'), sip_buddy => 1, company_name => $cust_main->company, @@ -444,7 +445,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, } );