summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-18 12:12:05 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-18 12:12:05 -0700
commite4aedf6f919c1881c113885f8afb474bdfb861b3 (patch)
treeb47766e4c71ea34ef17fc92274e2725dd2ddb5a7
parent1a2bd8688493c5bf950fd6af5c2835b9753f8c0f (diff)
extend vitelity integration: start and complete port-in, RT#73618
-rw-r--r--FS/FS/part_export/vitelity.pm4
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);