[freeside-commits] branch master updated. e4aedf6f919c1881c113885f8afb474bdfb861b3

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


The branch, master has been updated
       via  e4aedf6f919c1881c113885f8afb474bdfb861b3 (commit)
      from  1a2bd8688493c5bf950fd6af5c2835b9753f8c0f (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 e4aedf6f919c1881c113885f8afb474bdfb861b3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 18 12:12:05 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