[freeside-commits] freeside/httemplate/misc upload-batch.cgi, 1.10,
1.11
Ivan,,,
ivan at wavetail.420.am
Mon Feb 5 07:49:34 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv13085/misc
Modified Files:
upload-batch.cgi
Log Message:
fix st00pid mistakes in batch upload
Index: upload-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/upload-batch.cgi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- upload-batch.cgi 5 Feb 2007 15:48:16 -0000 1.10
+++ upload-batch.cgi 5 Feb 2007 15:49:32 -0000 1.11
@@ -26,7 +26,7 @@
if ( ! $pay_batch ) {
$error = "batchnum $batchnum not found";
} elsif ( $pay_batch->status ne 'I' ) {
- $error = "batch $paybatch is not in transit";
+ $error = "batch $batchnum is not in transit";
} else {
$error = $pay_batch->import_results(
'filehandle' => $fh,
@@ -34,4 +34,6 @@
);
}
+}
+
</%init>
More information about the freeside-commits
mailing list