add onload.js to 2.3 branch, for mac addresses, RT#27190, RT#26013
[freeside.git] / 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 {