[freeside-commits] branch FREESIDE_4_BRANCH updated. c57dba79fe644a873e48d6507e69fe3dd7db65d6

Ivan ivan at 420.am
Sat Mar 18 12:12:13 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  c57dba79fe644a873e48d6507e69fe3dd7db65d6 (commit)
      from  bdddb139d967f587280354431eac3170c4eaf561 (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 c57dba79fe644a873e48d6507e69fe3dd7db65d6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 18 12:12:10 2017 -0700

    extend vitelity integration: start and complete port-in, RT#73618

diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm
index fe56ce2..d70929c 100644
--- a/FS/FS/part_export/vitelity.pm
+++ b/FS/FS/part_export/vitelity.pm
@@ -486,9 +486,7 @@ sub check_lnp {
                                                'portid'=>$svc_phone->lnp_portid,
                                             );
 
-    #XXX what $result values mean the port is done?
-
-    if ( $result =~ /^complete$/ ) { #"complete"?  nfi
+    if ( $result =~ /^Complete/i ) {
 
       $svc_phone->lnp_status('portedin');
       my $error = $self->_export_insert($svc_phone);

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/vitelity.pm |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)




More information about the freeside-commits mailing list