back to id
authorivan <ivan>
Wed, 20 Oct 2004 08:28:01 +0000 (08:28 +0000)
committerivan <ivan>
Wed, 20 Oct 2004 08:28:01 +0000 (08:28 +0000)
bin/artera.import

index 75fe585..716ddda 100644 (file)
@@ -47,7 +47,7 @@ while (<>) {
   #  warn "can't find domain $domain\n";
   }
 
-  my $exist = qsearchs('svc_external', { 'title' => $keycode } );
+  my $exist = qsearchs('svc_external', { 'id' => $serial } );
   next if $exist;
 
   my $svc_external = new FS::svc_external {