diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-18 12:12:10 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-18 12:12:10 -0700 |
commit | c57dba79fe644a873e48d6507e69fe3dd7db65d6 (patch) | |
tree | ad89aa089607b1e36b7d51f9fdda109da64f1e7b | |
parent | bdddb139d967f587280354431eac3170c4eaf561 (diff) |
extend vitelity integration: start and complete port-in, RT#73618
-rw-r--r-- | FS/FS/part_export/vitelity.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm index fe56ce247..d70929c8b 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); |