new doesn't exist
authorjeff <jeff>
Mon, 3 Aug 2009 14:17:15 +0000 (14:17 +0000)
committerjeff <jeff>
Mon, 3 Aug 2009 14:17:15 +0000 (14:17 +0000)
FS/FS/part_export/shellcommands.pm

index faf0655..ed51f5d 100644 (file)
@@ -316,7 +316,7 @@ sub _export_command {
       if $error;
   }
   else {
-    $self->shellcommands_queue( $new->svcnum, @ssh_cmd_args );
+    $self->shellcommands_queue( $svc_acct->svcnum, @ssh_cmd_args );
   }
 }