summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);