doh, brainfart, RT#5572
authorivan <ivan>
Fri, 26 Jun 2009 23:21:45 +0000 (23:21 +0000)
committerivan <ivan>
Fri, 26 Jun 2009 23:21:45 +0000 (23:21 +0000)
FS/bin/freeside-queued

index 008616f..e97a52c 100644 (file)
@@ -102,9 +102,9 @@ while (1) {
 
   my $hashref = { 'status' => 'new' };
   if ( $opt{'s'} ) {
-    $hashref->{'status'} = 'Y';
+    $hashref->{'secure'} = 'Y';
   } elsif ( $opt{'n'} ) {
-    $hashref->{'status'} = '';
+    $hashref->{'secure'} = '';
   }
 
   my @jobs = qsearch({