diff options
author | jeff <jeff> | 2006-06-16 01:23:41 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-06-16 01:23:41 +0000 |
commit | aaad08cae3a0d46d012de5b78360101cda836c30 (patch) | |
tree | e0ed09402aa5972c6400232572e1e0a0bf992a7b /httemplate | |
parent | 1904b218cacfe4e96f3fd3b57f7242617099c485 (diff) |
value issues and many bits remain
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/misc/download-batch.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi index 2d6f8a286..6172b1335 100644 --- a/httemplate/misc/download-batch.cgi +++ b/httemplate/misc/download-batch.cgi @@ -16,7 +16,7 @@ my $oldAutoCommit = $FS::UID::AutoCommit; local $FS::UID::AutoCommit = 0; my $dbh = dbh; -my $pay_batch = qsearchs('pay_batch', {'status'=>''} ); +my $pay_batch = qsearchs('pay_batch', {'status'=>'O'} ); die "No pending batch. \n" unless $pay_batch; my %batchhash = $pay_batch->hash; |