From: ivan Date: Fri, 26 Jun 2009 23:21:45 +0000 (+0000) Subject: doh, brainfart, RT#5572 X-Git-Tag: root_of_svc_elec_features~1087 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3cd902f4cad7410785e4640fce5d1fc45fb10c5e doh, brainfart, RT#5572 --- diff --git a/FS/bin/freeside-queued b/FS/bin/freeside-queued index 008616fb0..e97a52cab 100644 --- a/FS/bin/freeside-queued +++ b/FS/bin/freeside-queued @@ -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({