fix signup server realtime-card foo
authorivan <ivan>
Thu, 25 Apr 2002 13:16:58 +0000 (13:16 +0000)
committerivan <ivan>
Thu, 25 Apr 2002 13:16:58 +0000 (13:16 +0000)
fs_signup/fs_signup_server

index e7b372a..e8aa6ed 100755 (executable)
@@ -188,11 +188,10 @@ while (1) {
         #should check list for errors...
         #$cust_main->suspend;
         $cust_main->cancel;
+        $error = '_decline';
       }
     }
 
-    $error ||= '_decline';
-
     warn "[fs_signup_server] Sending results...\n" if $Debug;
     print $writer $error, "\n";