[freeside-commits]
freeside/httemplate/misc download-batch.cgi, 1.9, 1.10
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Jun 15 18:23:43 PDT 2006
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv1347/httemplate/misc
Modified Files:
download-batch.cgi
Log Message:
value issues and many bits remain
Index: download-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/download-batch.cgi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- download-batch.cgi 16 Jun 2006 00:47:39 -0000 1.9
+++ download-batch.cgi 16 Jun 2006 01:23:41 -0000 1.10
@@ -16,7 +16,7 @@
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;
More information about the freeside-commits
mailing list